1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/chinese/eterm/Makefile
2014-01-25 17:48:29 +00:00

24 lines
611 B
Makefile

# Created by: Michael C. Wu
# $FreeBSD$
CATEGORIES= chinese
MASTERDIR= ${.CURDIR}/../../x11/eterm
MAINTAINER= olgeni@FreeBSD.org
COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5)
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure
CONFIGURE_ARGS= --enable-trans --enable-utmp \
--enable-xim --with-theme-update \
--with-backspace=bs --without-terminfo \
--enable-multi-charset=big5
PKGDIR= ${.CURDIR}
PLIST= ${MASTERDIR}/pkg-plist
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
.include "${MASTERDIR}/Makefile"