aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2010-01-27 15:46:39 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2010-01-27 15:46:39 +0000
commit5736c8eab3bdf8a1c7cd6fed3d674db2854d8d1e (patch)
treeb0250127158764c1dca492460ca4de7b77ad802a /editors
parent451792e5d0b62e70b0d892404816bae0a9f27132 (diff)
downloadports-5736c8eab3bdf8a1c7cd6fed3d674db2854d8d1e.tar.gz
ports-5736c8eab3bdf8a1c7cd6fed3d674db2854d8d1e.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/apel-emacs22/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index d8272b084a37..7d1dfbdf64c8 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -11,6 +11,7 @@
SUBDIR += aewan
SUBDIR += apel
SUBDIR += apel-emacs21
+ SUBDIR += apel-emacs22
SUBDIR += asedit
SUBDIR += axe
SUBDIR += beav
diff --git a/editors/apel-emacs22/Makefile b/editors/apel-emacs22/Makefile
new file mode 100644
index 000000000000..b184ec58f4f2
--- /dev/null
+++ b/editors/apel-emacs22/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: apel for emacs22
+# Date created: 27 January 2010
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= nobutaka@FreeBSD.org
+COMMENT= A Portable Emacs Library for emacs22
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/apel
+
+# emacs port setup
+USE_EMACS= yes
+EMACS_PORT_NAME= emacs22
+
+.include "${MASTERDIR}/Makefile"