aboutsummaryrefslogtreecommitdiff
path: root/games/spring/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-09-01 23:58:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-09-01 23:58:54 +0000
commit4d057a049ec977d8a9bff1ad7a42009c58be139d (patch)
tree86f3673601a3c11289f7f52ec25c1c2d04032362 /games/spring/Makefile
parent335d0eac00fc47a0db3c55f46a44246b58a4da60 (diff)
downloadports-4d057a049ec977d8a9bff1ad7a42009c58be139d.tar.gz
ports-4d057a049ec977d8a9bff1ad7a42009c58be139d.zip
Notes
Diffstat (limited to 'games/spring/Makefile')
-rw-r--r--games/spring/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile
index d92c1cf3d482..5f2b1b237129 100644
--- a/games/spring/Makefile
+++ b/games/spring/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= spring
-PORTVERSION= 0.79.1.2
+PORTVERSION= 0.80.2
CATEGORIES= games
MASTER_SITES= http://springrts.com/dl/ \
http://mirror.amdmi3.ru/distfiles/
@@ -21,7 +21,8 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
boost_thread.4:${PORTSDIR}/devel/boost-libs \
IL.2:${PORTSDIR}/graphics/devil \
ogg.6:${PORTSDIR}/audio/libogg \
- vorbis.4:${PORTSDIR}/audio/libvorbis
+ vorbis.4:${PORTSDIR}/audio/libvorbis \
+ execinfo.1:${PORTSDIR}/devel/libexecinfo
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
ONLY_FOR_ARCHS= i386 amd64
@@ -53,6 +54,8 @@ post-patch:
${WRKSRC}/rts/System/FileSystem/DataDirLocater.cpp
@${REINPLACE_CMD} -e 's|x1F3F|x0F3F|g' \
${WRKSRC}/rts/System/FPUCheck.h
+ @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
+ ${WRKSRC}/rts/build/cmake/*.cmake
post-install:
.if !defined(NOPORTDOCS)