blob: 961607f04deed4b3d105afdd69d5f8c03c3190aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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"
|