summaryrefslogtreecommitdiff
path: root/editors/flim-mule/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-05-09 16:22:38 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-05-09 16:22:38 +0000
commit1430d98a7d927b8deed1eedbd602da4ab8bb2f74 (patch)
treedf14f054beb587350175b830c704ae4ee06a4e78 /editors/flim-mule/Makefile
parentUpdate to version 0.3.5. (diff)
New port: editors/flim-mule.
Notes
Notes: svn path=/head/; revision=18642
Diffstat (limited to 'editors/flim-mule/Makefile')
-rw-r--r--editors/flim-mule/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/flim-mule/Makefile b/editors/flim-mule/Makefile
new file mode 100644
index 000000000000..33af47ee16c0
--- /dev/null
+++ b/editors/flim-mule/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: flim for mule
+# Version required: 1.9.2
+# Date created: 9 May 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= mule
+EMACS_PORT= mule
+EMACS_VER= 19.34
+EMACS_LIBDIR= share/${EMACS_NAME}
+
+HAVE_COMMON_PORT= YES
+REQUIRE_SETUPEL= YES
+
+# use pkg/* files in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
+
+.include <${MASTERDIR}/Makefile>