mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
30b459ebc5
ports to be reset to ports@FreeBSD.org. We're sorry to see you go and want to thank you for your help in the past. PR: ports/59515 Submitted by: statue@freebsd.sinica.edu.tw
27 lines
732 B
Makefile
27 lines
732 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
|
|
|
|
USE_AUTOCONF= yes
|
|
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= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts
|
|
|
|
.include "${MASTERDIR}/Makefile"
|