2000-10-20 17:48:56 +02:00
|
|
|
# New ports collection makefile for: zh-xemacs21
|
|
|
|
# Date created: 1 October 2000
|
2000-11-06 19:15:21 +01:00
|
|
|
# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
|
2000-10-20 17:48:56 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-11-15 11:29:35 +01:00
|
|
|
CATEGORIES= chinese
|
2000-10-20 17:48:56 +02:00
|
|
|
|
2005-04-07 20:27:28 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-26 15:23:43 +01:00
|
|
|
COMMENT= XEmacs text editor version 21, with XIM support and Big5 settings
|
2001-02-05 09:14:52 +01:00
|
|
|
|
2000-10-20 17:48:56 +02:00
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
|
|
|
|
|
|
|
XEMACS_MAJOR_VER= 21
|
2003-07-02 13:30:25 +02:00
|
|
|
WITH_XIM= --with-xim=xlib
|
2000-10-20 17:48:56 +02:00
|
|
|
BUILD_INPUT_METHOD= xcin2.5:${PORTSDIR}/chinese/xcin25
|
|
|
|
|
|
|
|
# xemacs21-mule-common needs this.
|
2000-11-14 12:30:09 +01:00
|
|
|
WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../editors/xemacs21-mule/work
|
2000-10-20 17:48:56 +02:00
|
|
|
|
2005-04-04 07:58:41 +02:00
|
|
|
SLAVE_PORT= yes
|
|
|
|
MASTER_PORT= editors/xemacs21-mule
|
|
|
|
|
2000-10-20 17:48:56 +02:00
|
|
|
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"
|