1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/japanese/eterm/Makefile
Tijl Coosemans aaafc1cb96 - Convert to USES=libtool
- Rearrange Makefile a bit
2014-07-01 21:42:25 +00:00

37 lines
1.1 KiB
Makefile

# Created by: MANTANI Nobutaka <nobutaka@nobutaka.com>
# $FreeBSD$
CATEGORIES= japanese
MASTERDIR= ${.CURDIR}/../../x11/eterm
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= X11 terminal emulator based on rxvt/xterm that supports Japanese
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure \
${.CURDIR}/files/extra-patch-src:command.c \
${.CURDIR}/files/extra-patch-src:defaultfont.h \
${.CURDIR}/files/extra-patch-src:feature.h
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
THEMES= Escreen Eterm auto trans
pre-configure:
@${REINPLACE_CMD} -e "s,@PERL@,${LOCALBASE}/bin/perl," ${WRKSRC}/utils/kEsetroot.in
post-configure:
for theme in ${THEMES} ; do \
${CP} ${WRKSRC}/themes/$$theme/theme.cfg ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \
${SED} -e "s,term_name xterm-color,term_name kterm," < ${WRKSRC}/themes/$$theme/theme.cfg.bak > ${WRKSRC}/themes/$$theme/theme.cfg ; \
${RM} ${WRKSRC}/themes/$$theme/theme.cfg.bak ; \
done
.include "${MASTERDIR}/Makefile"