mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# Created by: 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-emacs22-[0-9]*
|
|
|
|
EMACS_PORT_NAME=emacs21
|
|
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
DESCR= ${MASTERDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../uim-el
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|