summaryrefslogtreecommitdiff
path: root/editors/apel-emacs20/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-emacs20/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 'editors/apel-emacs20/Makefile')
-rw-r--r--editors/apel-emacs20/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/editors/apel-emacs20/Makefile b/editors/apel-emacs20/Makefile
new file mode 100644
index 000000000000..ba4aaf4cf58b
--- /dev/null
+++ b/editors/apel-emacs20/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: apel for emacs20
+# Version required: 9.x
+# Date created: 22 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= emacs
+EMACS_PORT= emacs20
+EMACS_VER= 20.3
+EMACS_LIBDIR= share/${EMACS_NAME}
+
+# pkg/* files are used in ${.CURDIR}
+PKGDIR= ${.CURDIR}/pkg
+
+.include <${MASTERDIR}/Makefile>