summaryrefslogtreecommitdiff
path: root/japanese/lookup-emacs20/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-06 12:45:36 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-06 12:45:36 +0000
commitfe56d1ed7e7fe26630c0e9e3cf2d3203429eb99b (patch)
treee7f3c5fd56296cf04d08580b45a9ba2e7c648041 /japanese/lookup-emacs20/Makefile
parentUpgrade to MM (Shared Memory Libray), version 1.0.11 (diff)
A search interface on Emacsen from CD-ROM books, etc.
Notes
Notes: svn path=/head/; revision=21302
Diffstat (limited to 'japanese/lookup-emacs20/Makefile')
-rw-r--r--japanese/lookup-emacs20/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/lookup-emacs20/Makefile b/japanese/lookup-emacs20/Makefile
new file mode 100644
index 000000000000..04cd3522680f
--- /dev/null
+++ b/japanese/lookup-emacs20/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: lookup for Emacs20
+# Version required: 1.0
+# Date created: 98/11/19
+# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+#
+# $FreeBSD$
+#
+
+DISTNAME= ja-lookup-emacs20-1.0
+CATEGORIES= japanese elisp
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
+
+RUN_DEPENDS= ${PREFIX}/share/emacs/site-lisp/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \
+ ${PREFIX}/share/emacs/site-lisp/lookup/lookup.el:${PORTSDIR}/japanese/lookup-mule
+
+EXTRACT_ONLY= # empty
+NO_BUILD= yes
+NO_CHECKSUM= yes
+
+do-install: # empty
+
+.include <bsd.port.mk>
+