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