summaryrefslogtreecommitdiff
path: root/games/crossfire-client
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 14:13:11 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-02 14:13:11 +0000
commit29e93405949c5b2ed1f3470c25802ea661e5f71d (patch)
tree422b60f13a508d71eb8a55142123114eed8bb50d /games/crossfire-client
parentFix MASTER_SITES. (diff)
Support USE_AUTOCONF_VER.
PR: ports/47743 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=74495
Diffstat (limited to 'games/crossfire-client')
-rw-r--r--games/crossfire-client/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile
index 329e99e9156b..fd6e46ee0e38 100644
--- a/games/crossfire-client/Makefile
+++ b/games/crossfire-client/Makefile
@@ -19,7 +19,6 @@ DISTFILES= ${PORTNAME}-client-${PORTVERSION}.tar.gz \
MAINTAINER= ports@FreeBSD.org
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
@@ -33,11 +32,11 @@ USE_GNOMENG= yes
USE_GNOME= gtk12
USE_REINPLACE= yes
USE_GMAKE= yes
-GNU_CONFIGURE= yes
+USE_AUTOCONF_VER= 253
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
- CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
+ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --with-sound-dir=${DATADIR}/sounds \
--disable-gnome # Gnome client currently broken
@@ -45,9 +44,6 @@ MAN1= cfclient.1 gcfclient.1
DATADIR= ${PREFIX}/share/${PKGBASE}
-pre-configure:
- @cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
-
post-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKDIR}/bmaps.client ${DATADIR}