aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2010-01-27 23:53:50 +0800
committernobutaka <nobutaka@FreeBSD.org>2010-01-27 23:53:50 +0800
commitf134967103ea7dea6ec6123fb7422e539af241e0 (patch)
tree50c56eee735adf88a3ec84dba14863a438a0499b
parent59114e7a7531ca7693062577567252a83cf74707 (diff)
downloadfreebsd-ports-gnome-f134967103ea7dea6ec6123fb7422e539af241e0.tar.gz
freebsd-ports-gnome-f134967103ea7dea6ec6123fb7422e539af241e0.tar.zst
freebsd-ports-gnome-f134967103ea7dea6ec6123fb7422e539af241e0.zip
Add flim-emacs22, a slave port of editors/flim for emacs22.
-rw-r--r--editors/Makefile1
-rw-r--r--editors/flim-emacs22/Makefile20
2 files changed, 21 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index 7d1dfbdf64c8..fbff8c2ffbd5 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -53,6 +53,7 @@
SUBDIR += fb
SUBDIR += flim
SUBDIR += flim-emacs21
+ SUBDIR += flim-emacs22
SUBDIR += flim-xemacs21-mule
SUBDIR += fpc-ide
SUBDIR += fte
diff --git a/editors/flim-emacs22/Makefile b/editors/flim-emacs22/Makefile
new file mode 100644
index 000000000000..acc558eef2c3
--- /dev/null
+++ b/editors/flim-emacs22/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: flim for emacs22
+# Date created: 27 January 2010
+# Whom: MANTANI Nobutaka <nobutaka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= nobutaka@FreeBSD.org
+COMMENT= FLIM, message representation or encoding elisp library for emacs22
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../editors/flim
+
+# emacs port setup
+USE_EMACS= yes
+EMACS_PORT_NAME= emacs22
+
+.include "${MASTERDIR}/Makefile"