summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2010-01-27 17:07:52 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2010-01-27 17:07:52 +0000
commit3b38d16534c480c427a8599bb98cd89821e2f682 (patch)
treecdb97eb9c0f4fdf29e4f2da0e2faa77c299ea3d3 /textproc
parentUpdate BUILD_DEPENDS, RUN_DEPENDS and CONFLICTS. (diff)
Add uim-el-emacs22, a slave port of textproc/uim-el for emacs22.
Notes
Notes: svn path=/head/; revision=248705
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/uim-el-emacs22/Makefile23
2 files changed, 24 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index f575d8e6f19e..148030f344c3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1178,6 +1178,7 @@
SUBDIR += uim
SUBDIR += uim-el
SUBDIR += uim-el-emacs21
+ SUBDIR += uim-el-emacs22
SUBDIR += uim-el-xemacs21-mule
SUBDIR += uim-gnome
SUBDIR += uim-gtk
diff --git a/textproc/uim-el-emacs22/Makefile b/textproc/uim-el-emacs22/Makefile
new file mode 100644
index 000000000000..a869b3ab63e0
--- /dev/null
+++ b/textproc/uim-el-emacs22/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: uim-el-emacs22
+# Date created: 27 January 2009
+# 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-emacs23-[0-9]* \
+ uim-el-emacs21-[0-9]*
+
+EMACS_PORT_NAME= emacs22
+
+PLIST= ${MASTERDIR}/pkg-plist
+DESCR= ${MASTERDIR}/pkg-descr
+
+MASTERDIR= ${.CURDIR}/../uim-el
+
+.include "${MASTERDIR}/Makefile"