summaryrefslogtreecommitdiff
path: root/editors/flim-xemacs21-mule/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 19:07:06 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-08-06 19:07:06 +0000
commitf3354572f2207b3195aa52021924d4d0add0a55a (patch)
tree3638d2f79064848c6b30f6f5d00bebc5b7ae2a56 /editors/flim-xemacs21-mule/Makefile
parentflim-xemacs20 is message representation or encoding emacs lisp library. (diff)
flim-xemacs-mule is message representation or encoding emacs lisp library.
Notes
Notes: svn path=/head/; revision=20569
Diffstat (limited to '')
-rw-r--r--editors/flim-xemacs21-mule/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/editors/flim-xemacs21-mule/Makefile b/editors/flim-xemacs21-mule/Makefile
new file mode 100644
index 000000000000..e9f70aa94906
--- /dev/null
+++ b/editors/flim-xemacs21-mule/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: flim for xemacs-mule
+# Version required: 1.9.2
+# Date created: 25 July 1999
+# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.ORG>
+#
+# $Id$
+#
+
+MAINTAINER= shige@FreeBSD.ORG
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/flim-emacs
+
+# emacs port setup
+EMACS_NAME= xemacs
+EMACS_PORT= xemacs-mule
+EMACS_VER= 20.4
+EMACS_LIBDIR= lib/${EMACS_NAME}-${EMACS_VER}
+# xemacs-mule-20.4 has no version specific site-lisp directories.
+EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}
+
+# RUN_DEPENDS port name's suffix is '-common'.
+HAVE_COMMON_PORT= YES
+# emacs requires *-setupel.el
+REQUIRE_SETUPEL= YES
+
+# use pkg/* files in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
+
+.include <${MASTERDIR}/Makefile>