diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 17:07:52 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2010-01-27 17:07:52 +0000 |
commit | 3b38d16534c480c427a8599bb98cd89821e2f682 (patch) | |
tree | cdb97eb9c0f4fdf29e4f2da0e2faa77c299ea3d3 /textproc/uim-el-emacs22 | |
parent | cc35bb68264a9bd9705d677da6db8e0de85b211d (diff) | |
download | ports-3b38d16534c480c427a8599bb98cd89821e2f682.tar.gz ports-3b38d16534c480c427a8599bb98cd89821e2f682.zip |
Notes
Diffstat (limited to 'textproc/uim-el-emacs22')
-rw-r--r-- | textproc/uim-el-emacs22/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
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" |