Remove non-free old and crusty clearcase pkg
[packages] / mule-packages / edict / Makefile
1 # Makefile for Edict
2
3 # Copyright (C) 1998, 2002 Free Software Foundation, Inc.
4
5 # This file is part of XEmacs.
6
7 # XEmacs is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU General Public License as published by the
9 # Free Software Foundation; either version 2, or (at your option) any
10 # later version.
11
12 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15 # for more details.
16
17 # You should have received a copy of the GNU General Public License
18 # along with XEmacs; see the file COPYING.  If not, write to
19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 # Boston, MA 02111-1307, USA.
21
22 VERSION = 1.19
23 AUTHOR_VERSION = 0.9.9
24 MAINTAINER = Stephen J. Turnbull <stephen@xemacs.org>
25 PACKAGE = edict
26 PKG_TYPE = regular
27 REQUIRES = mule-base xemacs-base
28 CATEGORY = mule
29
30 ELCS = edict.elc dui.elc edict-morphology.elc edict-japanese.elc \
31        edict-english.elc edict-edit.elc edict-update.elc \
32        edict-test.elc dui-registry.elc
33
34 EXTRA_SOURCES = ts-mode.el Makefile.GNU
35 DATA_FILES = edictj.demo README \
36              ChangeLog.096 README.096 edict.doc.096
37 DATA_DEST = $(PACKAGE)
38
39 COMPATIBILITY_FLAGS = -eval "(setq byte-compile-print-gensym nil)"
40
41 include ../../XEmacs.rules