summaryrefslogtreecommitdiff
path: root/editors
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
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')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/apel-emacs19/Makefile18
2 files changed, 19 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index f21bd9460474..7fb2466dc815 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -4,6 +4,7 @@
SUBDIR += AbiWord
SUBDIR += aee
SUBDIR += apel
+ SUBDIR += apel-emacs19
SUBDIR += apel-emacs20
SUBDIR += apel-mule
SUBDIR += apel-xemacs21-mule
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>