mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
23 lines
481 B
Makefile
23 lines
481 B
Makefile
|
# 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"
|