1998-12-16 19:48:21 +01:00
|
|
|
# New ports collection makefile for: eterm
|
|
|
|
# Date created: 11th December 1998
|
|
|
|
# Whom: MANTANI Nobutaka <nobutaka@nobutaka.com>
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1998-12-16 19:48:21 +01:00
|
|
|
#
|
|
|
|
|
2001-10-11 13:59:52 +02:00
|
|
|
CATEGORIES= japanese
|
|
|
|
|
2001-09-18 09:36:04 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../../x11/eterm
|
1998-12-16 19:48:21 +01:00
|
|
|
|
2001-11-03 20:16:50 +01:00
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
2003-02-22 15:25:38 +01:00
|
|
|
COMMENT= X11 terminal emulator based on rxvt/xterm that supports Japanese
|
1998-12-16 19:48:21 +01:00
|
|
|
|
2005-03-02 17:33:18 +01:00
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure \
|
2001-09-18 09:36:04 +02:00
|
|
|
${.CURDIR}/files/extra-patch-src:command.c \
|
2004-01-17 21:59:25 +01:00
|
|
|
${.CURDIR}/files/extra-patch-src:defaultfont.h \
|
|
|
|
${.CURDIR}/files/extra-patch-src:feature.h \
|
|
|
|
${.CURDIR}/files/extra-patch-src:options.c
|
2001-09-18 09:36:04 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-trans --enable-utmp \
|
|
|
|
--enable-xim --with-theme-update \
|
|
|
|
--with-backspace=bs --without-terminfo \
|
|
|
|
--enable-multi-charset=kanji
|
|
|
|
|
|
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
PLIST= ${MASTERDIR}/pkg-plist
|
|
|
|
|
2003-04-08 17:10:51 +02:00
|
|
|
THEMES= Escreen Eterm auto trans
|
2001-09-18 09:36:04 +02:00
|
|
|
|
|
|
|
post-configure:
|
|
|
|
for theme in ${THEMES} ; do \
|
|
|
|
${CP} ${WRKSRC}/themes/$$theme/theme.cfg ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \
|
2001-10-11 13:59:52 +02:00
|
|
|
${SED} -e "s,term_name xterm-color,term_name kterm," < ${WRKSRC}/themes/$$theme/theme.cfg.bak > ${WRKSRC}/themes/$$theme/theme.cfg ; \
|
2001-09-18 09:36:04 +02:00
|
|
|
${RM} ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \
|
|
|
|
done
|
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|