diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-04-02 19:06:16 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-04-02 19:06:16 +0800 |
commit | 5bedb1c0131e7b9b3e247a93d8ec45502ba10b87 (patch) | |
tree | b2168a01d6e46449652897897cf464a16487f4cd /games/etuxracer | |
parent | 9c3328a076f2f16253406d3aa50fd5cecf1d6413 (diff) | |
download | freebsd-ports-gnome-5bedb1c0131e7b9b3e247a93d8ec45502ba10b87.tar.gz freebsd-ports-gnome-5bedb1c0131e7b9b3e247a93d8ec45502ba10b87.tar.zst freebsd-ports-gnome-5bedb1c0131e7b9b3e247a93d8ec45502ba10b87.zip |
Fix compiling of tuxracer with new automake. Update email address.
PR: 36645
Submitted by: maintainer
Diffstat (limited to 'games/etuxracer')
-rw-r--r-- | games/etuxracer/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 4a83c8e8cd96..885f6f70545e 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/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" \ |