1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/chinese/eterm/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

27 lines
736 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_VER= 213
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"