1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/chinese/xemacs21/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

34 lines
1.1 KiB
Makefile

# New ports collection makefile for: zh-xemacs21
# Date created: 1 October 2000
# Whom: Jing-Tang Keith Jang <keith@FreeBSD.org>
#
# $FreeBSD$
#
PORTREVISION= 1
CATEGORIES= chinese
MAINTAINER= rafan@FreeBSD.org
COMMENT= XEmacs text editor version 21, with XIM support and Big5 settings
MASTERDIR= ${.CURDIR}/../../editors/xemacs21-mule
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}
PKGMESSAGE= ${.CURDIR}/pkg-message
WITH_XCIN25= yes
post-install::
@${MKDIR} ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5
@${INSTALL_DATA} ${.CURDIR}/files/Emacs ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5
@${INSTALL_DATA} ${.CURDIR}/files/sample.emacs ${PREFIX}/lib/xemacs-${XEMACS_VER}/etc/app-defaults/zh_TW.Big5
@${CAT} ${PKGMESSAGE}
.include "${MASTERDIR}/Makefile"