diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 07:30:42 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-08-04 07:30:42 +0000 |
commit | df9a0c76921ec48f8ab36804bcedbde4ffe49b6f (patch) | |
tree | 7025d4805ae18d07298b2e6225dd7dc0219b161f /textproc/uim-el-emacs21 | |
parent | e81da0a7eafefb4077171b83a465de4a8958ff3f (diff) | |
download | ports-df9a0c76921ec48f8ab36804bcedbde4ffe49b6f.tar.gz ports-df9a0c76921ec48f8ab36804bcedbde4ffe49b6f.zip |
Notes
Diffstat (limited to 'textproc/uim-el-emacs21')
-rw-r--r-- | textproc/uim-el-emacs21/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
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" |