diff options
Diffstat (limited to 'games/hlserver-snow/Makefile')
-rw-r--r-- | games/hlserver-snow/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/games/hlserver-snow/Makefile b/games/hlserver-snow/Makefile index 111ef974604f..ef12bc495667 100644 --- a/games/hlserver-snow/Makefile +++ b/games/hlserver-snow/Makefile @@ -6,16 +6,22 @@ # PORTNAME= snow -PORTVERSION= 0.0.94 +PORTVERSION= 0.0.94.b MASTER_SITES= ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/snowwar/ \ + http://gamedesign.4players.de:1026/downloads/ \ + http://www1.cod2001.com/Downloads-5371-/Half-Life_default/Mods/SnowWar/ \ http://www.ancient.co.jp/~game/files/ -DISTNAME= sw${PORTVERSION:S/.//g:S/^0//} -EXTRACT_SUFX= .exe +DISTFILES= sw094.exe hl_i386.so +DIST_SUBDIR= snow +EXTRACT_ONLY= sw094.exe MAINTAINER= lioux@FreeBSD.org USE_ZIP= yes +slaveport-post-extract: + @${CP} ${DISTDIR}/${DIST_SUBDIR}/hl_i386.so ${WRKSRC}/dlls + HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs .include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" |