summaryrefslogtreecommitdiff
path: root/devel/cedet-emacs20
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-06-16 21:59:02 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-06-16 21:59:02 +0000
commite1e167ff09e0aa3a83160a22a31c56f2661ce4c5 (patch)
treebfcad6c4819506741d7c8b8b5f443f610338b6ba /devel/cedet-emacs20
parent- Prepare to be a master port (diff)
- Add cedet-emacs20, a slave port of cedet that depends on emacs20
PR: ports/68003 Submitted by: Dryice Liu <dryice@liu.com.cn>
Notes
Notes: svn path=/head/; revision=111637
Diffstat (limited to 'devel/cedet-emacs20')
-rw-r--r--devel/cedet-emacs20/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/cedet-emacs20/Makefile b/devel/cedet-emacs20/Makefile
new file mode 100644
index 000000000000..7f6baf606be2
--- /dev/null
+++ b/devel/cedet-emacs20/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: cedet for emacs20
+# Date created: 16 Jun 2004
+# Whom: Dryice Liu <dryice@liu.com.cn>
+#
+# $FreeBSD$
+#
+
+PORTCLASS= slave
+
+MASTERDIR= ${.CURDIR}/../cedet
+
+EMACS_PORT_NAME= emacs20
+
+.include "${MASTERDIR}/Makefile"