diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-23 11:35:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-23 11:35:05 +0000 |
commit | 64da74d5f6ff6c091bed038a69dc55df7d6ec5eb (patch) | |
tree | a60eb0188af6f4907815fb494db297ba44c552f9 /games/etuxracer | |
parent | ef7c6406126bf4f88c46f97b91db3baebb2af7ee (diff) | |
download | ports-64da74d5f6ff6c091bed038a69dc55df7d6ec5eb.tar.gz ports-64da74d5f6ff6c091bed038a69dc55df7d6ec5eb.zip |
Notes
Diffstat (limited to 'games/etuxracer')
-rw-r--r-- | games/etuxracer/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/etuxracer/Makefile b/games/etuxracer/Makefile index 2c712a839745..3f934e46937a 100644 --- a/games/etuxracer/Makefile +++ b/games/etuxracer/Makefile @@ -16,8 +16,6 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \ MAINTAINER= eanholt@gladstone.uoregon.edu -BROKEN= "Does not build" - LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ tcl83.1:${PORTSDIR}/lang/tcl83 @@ -25,6 +23,7 @@ USE_MESA= yes USE_GMAKE= yes SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config USE_AUTOMAKE= yes +AUTOMAKE_ARGS= -a CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" \ THREAD_LIB="${PTHREAD_LIB}" MAKE_ENV= ${CONFIGURE_ENV} @@ -37,6 +36,9 @@ CONFIGURE_ARGS= --with-tcl-inc="${LOCALBASE}/include/tcl8.3" \ WORKDATA= ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} COURSEDIRS= 1 2 3 4 5 6 7 8 9 10 11 +post-extract: + ${RM} ${WRKSRC}/missing + post-install: ${MKDIR} ${DATADIR} (cd ${WORKDATA} && ${TAR} -c -f - *) | \ |