diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-25 12:02:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-25 12:02:13 +0000 |
commit | 4c7f4cce832058ea4fe4ff58830c993fc221141a (patch) | |
tree | 8b4ca00a268a709c56e74b32d5962ef4ae920924 /games/vdrift | |
parent | 5eb937f4df3b4f3d3d189b9cec1d3cd28f00c8fe (diff) | |
download | ports-4c7f4cce832058ea4fe4ff58830c993fc221141a.tar.gz ports-4c7f4cce832058ea4fe4ff58830c993fc221141a.zip |
Notes
Diffstat (limited to 'games/vdrift')
-rw-r--r-- | games/vdrift/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/vdrift/Makefile b/games/vdrift/Makefile index 2b4d7b37b234..cfb95e974184 100644 --- a/games/vdrift/Makefile +++ b/games/vdrift/Makefile @@ -7,6 +7,7 @@ PORTNAME= vdrift PORTVERSION= 20060221 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +18,8 @@ MAINTAINER= acardenas@bsd.org.pe COMMENT= Open source driving simulation BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons -LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal +LIB_DEPENDS= openal.0:${PORTSDIR}/audio/openal \ + alut.0:${PORTSDIR}/audio/freealut RUN_DEPENDS= ${X11BASE}/share/${PORTNAME}/settings/VDrift.config:${PORTSDIR}/games/vdrift-data USE_BZIP2= yes @@ -53,6 +55,7 @@ post-patch: @${FIND} ${WRKSRC}/include/* -type f -exec ${REINPLACE_CMD} -e 's|SDL/|SDL11/|g' "{}" \; @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e 's|sdl-config|sdl11-config|g' ${WRKSRC}/src/SConscript + @${REINPLACE_CMD} -e "s|'openal'|'openal','alut'|g" ${WRKSRC}/SConstruct do-build: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} scons ${SCONS_ARGS} |