3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
26 lines
707 B
Makefile
26 lines
707 B
Makefile
# New ports collection makefile for: eterm
|
|
# Date created: 24th December 2000
|
|
# Whom: Michael C. Wu
|
|
# $FreeBSD$
|
|
|
|
CATEGORIES= chinese
|
|
|
|
MASTERDIR= ${.CURDIR}/../../x11/eterm
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11 terminal emulator based on rxvt/xterm that supports traditional Chinese (Big5)
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/extra-patch-configure.in
|
|
|
|
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"
|