summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-29 09:54:28 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-29 09:54:28 +0000
commit9198af3f66d28f7df7cc9545f7894e13e8059dc3 (patch)
treedc66b686943c385660d5ca8fdbd2bd6ca970e931
parent4692dbe530909bec6a8ac5cbb23a0f0e28b49936 (diff)
downloadfreebsd-ports-9198af3f66d28f7df7cc9545f7894e13e8059dc3.zip
Add apel-emacs21, a Portable Emacs Library for emacs21.
-rw-r--r--editors/Makefile1
-rw-r--r--editors/apel-emacs21/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index e31d79cefcda..ef2912a2abcf 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -11,6 +11,7 @@
SUBDIR += aewan
SUBDIR += apel
SUBDIR += apel-emacs20
+ SUBDIR += apel-emacs21
SUBDIR += asedit
SUBDIR += axe
SUBDIR += beav
diff --git a/editors/apel-emacs21/Makefile b/editors/apel-emacs21/Makefile
new file mode 100644
index 000000000000..e4df7eaf02c1
--- /dev/null
+++ b/editors/apel-emacs21/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: apel for emacs21
+# Date created: 29 July 2007
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= nobutaka@FreeBSD.org
+COMMENT= A Portable Emacs Library for emacs21
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/apel
+
+# emacs port setup
+USE_EMACS= yes
+EMACS_PORT_NAME= emacs21
+
+.include "${MASTERDIR}/Makefile"