diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 15:30:42 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 15:30:42 +0800 |
commit | 2c69890feb711230fed88626bf2c953412cc7fa6 (patch) | |
tree | 8b7b4959cbfa44abf507baa3d560a4977bce8e1a /textproc | |
parent | cd7fa78a59b97be312ce69cb3f6de02ca812e3f8 (diff) | |
download | freebsd-ports-gnome-2c69890feb711230fed88626bf2c953412cc7fa6.tar.gz freebsd-ports-gnome-2c69890feb711230fed88626bf2c953412cc7fa6.tar.zst freebsd-ports-gnome-2c69890feb711230fed88626bf2c953412cc7fa6.zip |
Add uim-el-emacs21, Emacs lisp for uim input method library for emacs21.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/uim-el-emacs21/Makefile | 22 |
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" |