summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/dictem-xemacs21-mule/Makefile11
2 files changed, 12 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index a2151df592a2..7b781c0c1a50 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -70,6 +70,7 @@
SUBDIR += denature
SUBDIR += dict
SUBDIR += dictem
+ SUBDIR += dictem-xemacs21-mule
SUBDIR += dictfmt
SUBDIR += dictionary
SUBDIR += diff-mode.el
diff --git a/textproc/dictem-xemacs21-mule/Makefile b/textproc/dictem-xemacs21-mule/Makefile
new file mode 100644
index 000000000000..8e96da54eea7
--- /dev/null
+++ b/textproc/dictem-xemacs21-mule/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: dictem
+# Date created: 25 Apr 2006
+# Whom: Max N. Boyarov <m.boyarov@gmail.com>
+#
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../dictem
+
+EMACS_PORT_NAME= xemacs21-mule
+
+.include "${MASTERDIR}/Makefile"