aboutsummaryrefslogtreecommitdiff
path: root/editors/flim-emacs21
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-29 09:56:37 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-07-29 09:56:37 +0000
commitc2487691287775cc85b94e186b8cd132a7627fee (patch)
tree8b6d1296603c9b23478b5f165f54d5b239d9ce3a /editors/flim-emacs21
parent9198af3f66d28f7df7cc9545f7894e13e8059dc3 (diff)
downloadports-c2487691287775cc85b94e186b8cd132a7627fee.tar.gz
ports-c2487691287775cc85b94e186b8cd132a7627fee.zip
Notes
Diffstat (limited to 'editors/flim-emacs21')
-rw-r--r--editors/flim-emacs21/Makefile20
1 files changed, 20 insertions, 0 deletions
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"