a32defea5d
- Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat)
23 lines
500 B
Makefile
23 lines
500 B
Makefile
# 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"
|