aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/elib-emacs20/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/devel/elib-emacs20/Makefile b/devel/elib-emacs20/Makefile
new file mode 100644
index 000000000000..779fdc87ddf1
--- /dev/null
+++ b/devel/elib-emacs20/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: Elib for GNU Emacs 20
+# Date created: 24 Feb 2000
+# Whom: OKAZAKI Tetsurou
+#
+# $FreeBSD$
+#
+
+MAINTAINER= okazaki@FreeBSD.org
+
+# This is a slave port.
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../../devel/elib-emacs
+
+# emacs port setup
+EMACS_PORT_NAME= emacs20
+
+.include <${MASTERDIR}/Makefile>