aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2007-07-29 17:56:37 +0800
committernobutaka <nobutaka@FreeBSD.org>2007-07-29 17:56:37 +0800
commitc175d7dc6b9ec48547fe5581743ed2defbfb1e2c (patch)
treec15b292eb9aa356a06d62a73f4b00ccb2a6e6c30 /editors
parent6ea2eb292769c59a6d188094f9da200ab8ec09f0 (diff)
downloadfreebsd-ports-gnome-c175d7dc6b9ec48547fe5581743ed2defbfb1e2c.tar.gz
freebsd-ports-gnome-c175d7dc6b9ec48547fe5581743ed2defbfb1e2c.tar.zst
freebsd-ports-gnome-c175d7dc6b9ec48547fe5581743ed2defbfb1e2c.zip
Add flim-emacs21, message representation or encoding elisp library for emac\
s21.
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/flim-emacs21/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index ef2912a2abcf..72f7a85a39a3 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -51,6 +51,7 @@
SUBDIR += fb
SUBDIR += flim
SUBDIR += flim-emacs20
+ SUBDIR += flim-emacs21
SUBDIR += flim-xemacs21-mule
SUBDIR += flim113
SUBDIR += fpc-ide
diff --git a/editors/flim-emacs21/Makefile b/editors/flim-emacs21/Makefile
new file mode 100644
index 000000000000..d452fb144850
--- /dev/null
+++ b/editors/flim-emacs21/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: flim for emacs21
+# Date created: 29 July 2007
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= nobutaka@FreeBSD.org
+COMMENT= FLIM, message representation or encoding elisp library for emacs21
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/flim
+
+# emacs port setup
+USE_EMACS= yes
+EMACS_PORT_NAME= emacs21
+
+.include "${MASTERDIR}/Makefile"