summaryrefslogtreecommitdiff
path: root/editors/apel-mule/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1999-01-02 13:26:51 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1999-01-02 13:26:51 +0000
commit538ade138da1a47606173e8c6f41ca5dea645774 (patch)
tree7377cb2bdae1ad2e2e1182819d9a0ba0e5647ff4 /editors/apel-mule/Makefile
parentLock file correction and reflect change in /etc/mtree/BSD.local.dist. (diff)
editors/apel-emacs:
A Portable Emacs Library for emacs. editors/apel-emacs20: A Portable Emacs Library for emacs20. editors/apel-mule: A Portable Emacs Library for mule. o Correct "Version required" header in apel-emacs/Makefile. o Fix virtual category "elisps" to "elisp". PR: ports/8831 Submitted: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Notes
Notes: svn path=/head/; revision=15769
Diffstat (limited to '')
-rw-r--r--editors/apel-mule/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/editors/apel-mule/Makefile b/editors/apel-mule/Makefile
new file mode 100644
index 000000000000..79e49e071fe0
--- /dev/null
+++ b/editors/apel-mule/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: apel for mule
+# Version required: 9.x
+# Date created: 23 September 1998
+# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
+#
+# $Id$
+#
+
+MAINTAINER= shige@kuis.kyoto-u.ac.jp
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/apel-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
+
+# pkg/* files are used in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
+
+.include <${MASTERDIR}/Makefile>