freebsd-ports/chinese/eterm/Makefile
Jimmy Olgeni 18d8ecf519 Unbreak after upgrade to 0.9.6.
If you ever wonder how to test this (like I did), just do:

  Eterm --mencoding big5 --mfont "-kc-fixed-medium-r-normal--16-160-72-72-c-160-big5-0"

then cat a Big5 encoded file.
2011-05-19 11:12:26 +00:00

26 lines
705 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= 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"