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
|
|
|
|
2006-03-02 12:26:24 +01:00
|
|
|
MAINTAINER= rafan@infor.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
|
|
|
|
2006-03-02 12:26:24 +01:00
|
|
|
MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
|
2000-10-20 17:48:56 +02:00
|
|
|
|
2006-03-02 12:26:24 +01:00
|
|
|
PLIST_FILES+= lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5/Emacs \
|
|
|
|
lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5/sample.emacs
|
|
|
|
PLIST_DIRS+= lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5 \
|
|
|
|
lib/xemacs-${XEMACS_VER}/etc/app-defaults \
|
|
|
|
lib/xemacs-${XEMACS_VER}/etc \
|
|
|
|
lib/xemacs-${XEMACS_VER}
|
2000-10-20 17:48:56 +02:00
|
|
|
|
2006-03-02 12:26:24 +01:00
|
|
|
PKGMESSAGE= ${.CURDIR}/pkg-message
|
2000-10-20 17:48:56 +02:00
|
|
|
|
2006-03-02 12:26:24 +01:00
|
|
|
WITH_XCIN25= yes
|
2005-04-04 07:58:41 +02:00
|
|
|
|
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}
|
|
|
|
|
2006-03-02 12:26:24 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|