summaryrefslogtreecommitdiff
path: root/editors/apel-emacs19
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2001-12-01 20:57:50 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2001-12-01 20:57:50 +0000
commitab88a0c1c0cd64372f79421338d45e5f430927d3 (patch)
tree76412664d0e7993df1fc4544bf35589c64a25624 /editors/apel-emacs19
parentRemove: we don't need this port now, because there is a flim-emacs20 port. (diff)
Add apel-emacs19 stub slave port.
Notes
Notes: svn path=/head/; revision=50829
Diffstat (limited to 'editors/apel-emacs19')
-rw-r--r--editors/apel-emacs19/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/apel-emacs19/Makefile b/editors/apel-emacs19/Makefile
new file mode 100644
index 000000000000..7de7bc828c63
--- /dev/null
+++ b/editors/apel-emacs19/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: apel for emacs19
+# Date created: 22 September 1998
+# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= shige@FreeBSD.org
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/apel
+
+# emacs port setup
+EMACS_PORT_NAME= emacs19
+
+.include <${MASTERDIR}/Makefile>