aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2007-07-29 18:00:04 +0800
committernobutaka <nobutaka@FreeBSD.org>2007-07-29 18:00:04 +0800
commit71d6913c2c49230a49b88920b38220f87d700377 (patch)
tree558f76c18b7a0f30af438756cd09410110108591 /editors
parent6b2593612e216146907b323fcdbb74c0a61b8a3e (diff)
downloadfreebsd-ports-gnome-71d6913c2c49230a49b88920b38220f87d700377.tar.gz
freebsd-ports-gnome-71d6913c2c49230a49b88920b38220f87d700377.tar.zst
freebsd-ports-gnome-71d6913c2c49230a49b88920b38220f87d700377.zip
Add semi-emacs21, Library of MIME feature for GNU Emacs for emacs21.
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/semi-emacs21/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 72f7a85a39a3..6521d2040b5c 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -138,6 +138,7 @@
SUBDIR += scribes
SUBDIR += semi
SUBDIR += semi-emacs20
+ SUBDIR += semi-emacs21
SUBDIR += semi-xemacs21-mule
SUBDIR += semi113
SUBDIR += setedit
diff --git a/editors/semi-emacs21/Makefile b/editors/semi-emacs21/Makefile
new file mode 100644
index 000000000000..48f7b6313152
--- /dev/null
+++ b/editors/semi-emacs21/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: semi for emacs21
+# Date created: 29 July 2007
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= nobutaka@FreeBSD.org
+COMMENT= SEMI, Library of MIME feature for GNU Emacs for emacs21
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/semi
+
+# emacs port setup
+USE_EMACS= yes
+EMACS_PORT_NAME= emacs21
+
+.include "${MASTERDIR}/Makefile"