summaryrefslogtreecommitdiff
path: root/games/tuxracer/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-02 11:06:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-02 11:06:16 +0000
commitd5cc2f7d804d546d157ac2096ec9cfd7db81943b (patch)
tree16d41768434ae1084146b1a4b94d9635f3df2a30 /games/tuxracer/Makefile
parentupgrade to 5.3.5 (diff)
Fix compiling of tuxracer with new automake. Update email address.
PR: 36645 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=57188
Diffstat (limited to 'games/tuxracer/Makefile')
-rw-r--r--games/tuxracer/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/tuxracer/Makefile b/games/tuxracer/Makefile
index 4a83c8e8cd96..885f6f70545e 100644
--- a/games/tuxracer/Makefile
+++ b/games/tuxracer/Makefile
@@ -14,17 +14,18 @@ MASTER_SITE_SUBDIR=tuxracer
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \
${PORTNAME}-data-${PORTVERSION}.tar.gz
-MAINTAINER= anholt@teleport.com
+MAINTAINER= eanholt@gladstone.uoregon.edu
LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \
tcl83.1:${PORTSDIR}/lang/tcl83
USE_MESA= yes
USE_GMAKE= yes
-SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
-GNU_CONFIGURE= yes
+SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
+USE_AUTOMAKE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \
THREAD_LIB="${PTHREAD_LIB}"
+MAKE_ENV= ${CONFIGURE_ENV}
CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \
--with-tcl-libs="${LOCALBASE}/lib" \
--with-gl-libs="${X11BASE}/lib" \