diff options
author | danfe <danfe@FreeBSD.org> | 2009-12-05 23:04:34 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-12-05 23:04:34 +0800 |
commit | 1612633752f5e2f3088b9e12a5fb4176afe0f507 (patch) | |
tree | dd5ef66186219ff328ec0125ae1a9796d6d5aa43 /games/warsow/Makefile | |
parent | dcb881c96ad043348c750cdf29be63b201860d36 (diff) | |
download | freebsd-ports-gnome-1612633752f5e2f3088b9e12a5fb4176afe0f507.tar.gz freebsd-ports-gnome-1612633752f5e2f3088b9e12a5fb4176afe0f507.tar.zst freebsd-ports-gnome-1612633752f5e2f3088b9e12a5fb4176afe0f507.zip |
- Belatedly update to version 0.5
- Offer to install community map pack (on by default)
- Convert one patch file to simple inplace editing
Diffstat (limited to 'games/warsow/Makefile')
-rw-r--r-- | games/warsow/Makefile | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/games/warsow/Makefile b/games/warsow/Makefile index a0f7320b0a9b..788f941a57b6 100644 --- a/games/warsow/Makefile +++ b/games/warsow/Makefile @@ -6,11 +6,14 @@ # PORTNAME= warsow -PORTVERSION= 0.42 -PORTREVISION= 3 +PORTVERSION= 0.5 CATEGORIES= games -MASTER_SITES= http://data.rodix.free.fr/warsow/files/ \ - http://88.191.19.21/wsw/ +MASTER_SITES= http://woe.crying-wolves.net/ \ + http://www.derchris.eu/warsow/ \ + http://warsow.hangy.de/ \ + http://static.warsow.net/release/ \ + http://rewq.de/scratch/wsw05/ \ + http://weseo.de/downloads/ DISTNAME= ${PORTNAME}_${PORTVERSION}_sdk DIST_SUBDIR= ${PORTNAME} @@ -18,14 +21,13 @@ MAINTAINER= danfe@FreeBSD.org COMMENT= A fast paced first person shooter game LIB_DEPENDS= curl.5:${PORTSDIR}/ftp/curl -RUN_DEPENDS= ${DATADIR}/basewsw/data0.pk3:${PORTSDIR}/games/warsow-data +RUN_DEPENDS= ${DATADIR}/basewsw/data0_05.pk3:${PORTSDIR}/games/warsow-data ONLY_FOR_ARCHS= i386 amd64 USE_GMAKE= yes USE_ZIP= yes -USE_DOS2UNIX= game/q_shared.h -WRKSRC= ${WRKDIR}/${DISTNAME:S/sdk/src/}/source +WRKSRC= ${WRKDIR}/source ALL_TARGET= game MAKE_ARGS= PTHREAD_LIBS="${PTHREAD_LIBS}" RELEASEDIR= ${WRKSRC}/release @@ -117,6 +119,9 @@ post-patch: .SILENT # FreeBSD does not use stupid `64' suffix for 64-bit readdir(3) ${REINPLACE_CMD} -e 's/FILE64_SOURCE)/& || defined(__FreeBSD__)/' \ ${WRKSRC}/unix/unix_fs.c +# Adjust architecture names, get rid of ``freebsd_'' prefix + ${REINPLACE_CMD} -e 's/x86_64/amd64/ ; s/freebsd_//' \ + ${WRKSRC}/gameshared/q_arch.h do-install: .for b in ${WSWBIN} |