freebsd-ports/chinese/xemacs21/Makefile
Mark Linimon 59000e5ca4 Slave ports do not need to include the master category in CATEGORIES.
It is redundant.

PR:		ports/49002
Submitted by:	Dan Langille <dan@langille.org>
Obtained from:	FreshPorts survey
2003-11-15 10:29:35 +00:00

30 lines
955 B
Makefile

# New ports collection makefile for: zh-xemacs21
# Date created: 1 October 2000
# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= chinese
MAINTAINER= keith@FreeBSD.org
COMMENT= XEmacs text editor version 21, with XIM support and Big5 settings
PLIST= ${.CURDIR}/pkg-plist
PKGMESSAGE= ${.CURDIR}/pkg-message
XEMACS_MAJOR_VER= 21
WITH_XIM= --with-xim=xlib
BUILD_INPUT_METHOD= xcin2.5:${PORTSDIR}/chinese/xcin25
# xemacs21-mule-common needs this.
WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs21-mule/work
post-install::
@${MKDIR} ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5
@${INSTALL_DATA} ${.CURDIR}/../xemacs/files/Emacs ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5
@${INSTALL_DATA} ${.CURDIR}/../xemacs/files/sample.emacs ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5
@${CAT} ${PKGMESSAGE}
.include "${.CURDIR}/../../editors/xemacs21-mule/Makefile"