aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2010-01-27 23:46:39 +0800
committernobutaka <nobutaka@FreeBSD.org>2010-01-27 23:46:39 +0800
commit811ed2baafc9914c7598950283f6a549504055cc (patch)
tree90592e3626d3efcee5e395697e7ce30f33a1056f /editors
parentca7f26ee028b1e9a53b9ec644fd7e43018cf1845 (diff)
downloadfreebsd-ports-graphics-811ed2baafc9914c7598950283f6a549504055cc.tar.gz
freebsd-ports-graphics-811ed2baafc9914c7598950283f6a549504055cc.tar.zst
freebsd-ports-graphics-811ed2baafc9914c7598950283f6a549504055cc.zip
Add apel-emacs22, a slave port of editors/apel for emacs22.
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 d8272b084a3..7d1dfbdf64c 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 00000000000..b184ec58f4f
--- /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"