aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-08-04 07:30:42 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2007-08-04 07:30:42 +0000
commitdf9a0c76921ec48f8ab36804bcedbde4ffe49b6f (patch)
tree7025d4805ae18d07298b2e6225dd7dc0219b161f /textproc
parente81da0a7eafefb4077171b83a465de4a8958ff3f (diff)
downloadports-df9a0c76921ec48f8ab36804bcedbde4ffe49b6f.tar.gz
ports-df9a0c76921ec48f8ab36804bcedbde4ffe49b6f.zip
Notes
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/uim-el-emacs21/Makefile22
2 files changed, 23 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 237b63b34409..d9b71ea7d8f0 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -960,6 +960,7 @@
SUBDIR += ua-ispell
SUBDIR += uim
SUBDIR += uim-el
+ SUBDIR += uim-el-emacs21
SUBDIR += uim-el-xemacs21-mule
SUBDIR += uim-gnome
SUBDIR += uim-gtk
diff --git a/textproc/uim-el-emacs21/Makefile b/textproc/uim-el-emacs21/Makefile
new file mode 100644
index 000000000000..d023206f940f
--- /dev/null
+++ b/textproc/uim-el-emacs21/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: uim-el-xemacs21-mule
+# Date created: 4 August 2007
+# Whom: MANTANI Nobutaka <nobutaka@freebsd.org>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= nobutaka@freebsd.org
+
+COMMENT= Emacs lisp for uim input method library
+
+CONFLICTS= uim-el-xemacs21-mule-[0-9]* \
+ uim-el-emacs22-[0-9]*
+
+EMACS_PORT_NAME=emacs21
+
+PLIST= ${MASTERDIR}/pkg-plist
+DESCR= ${MASTERDIR}/pkg-descr
+
+MASTERDIR= ${.CURDIR}/../uim-el
+
+.include "${MASTERDIR}/Makefile"