aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2006-05-09 04:37:34 +0800
committeranray <anray@FreeBSD.org>2006-05-09 04:37:34 +0800
commit54585ad64e285cb39ab327989c638a2938587e5e (patch)
tree6be2a451827821fe1c4af6bf81eb155f48cf787a /textproc
parent33a1c41ac7216184033b199c1bc39e49ae6ff442 (diff)
downloadfreebsd-ports-graphics-54585ad64e285cb39ab327989c638a2938587e5e.tar.gz
freebsd-ports-graphics-54585ad64e285cb39ab327989c638a2938587e5e.tar.zst
freebsd-ports-graphics-54585ad64e285cb39ab327989c638a2938587e5e.zip
Add dictem-xemacs21-mule: dictEm is a dict client for [X]Emacs.
Submitted by: Max N. Boyarov <m.boyarov@gmail.com>
Diffstat (limited to 'textproc')
-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 a2151df592a..7b781c0c1a5 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 00000000000..8e96da54eea
--- /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"