aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-10-28 10:39:06 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-10-28 10:39:06 +0000
commite8a7d687198205305eedfa3e4d2e4b03e6fc2b69 (patch)
tree8b07ce4e746eff3e100c4c8d9605965ce48d1f14 /editors
parent4de56e613b385c61664a95d8ae336fcdf0e9afc9 (diff)
downloadports-e8a7d687198205305eedfa3e4d2e4b03e6fc2b69.tar.gz
ports-e8a7d687198205305eedfa3e4d2e4b03e6fc2b69.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/Makefile1
-rw-r--r--editors/tamago-emacs20/Makefile13
2 files changed, 14 insertions, 0 deletions
diff --git a/editors/Makefile b/editors/Makefile
index c554d3f1170b..a29584fc159c 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -106,6 +106,7 @@
SUBDIR += staroffice52
SUBDIR += sted
SUBDIR += tamago
+ SUBDIR += tamago-emacs20
SUBDIR += ted
SUBDIR += textedit
SUBDIR += the
diff --git a/editors/tamago-emacs20/Makefile b/editors/tamago-emacs20/Makefile
new file mode 100644
index 000000000000..df6ec632231e
--- /dev/null
+++ b/editors/tamago-emacs20/Makefile
@@ -0,0 +1,13 @@
+# New ports collection makefile for: tamago-emacs20
+# Date created: 25 Oct 2001
+# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= ports@FreeBSD.org
+
+MASTERDIR= ${.CURDIR}/../tamago
+EMACS_PORT_NAME= emacs20
+
+.include <${MASTERDIR}/Makefile>