aboutsummaryrefslogtreecommitdiff
path: root/games/hlserver-snow/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-11-28 03:52:44 +0000
committerPatrick Li <pat@FreeBSD.org>2001-11-28 03:52:44 +0000
commit81d26a90e918b8806597336ad5564a51a53e756e (patch)
treed1c380738384b89ee101bd3c8056a24ff7613c88 /games/hlserver-snow/Makefile
parentca26912910ce3c8e1dd00ad5e0f40d8e3bf53dc3 (diff)
downloadports-81d26a90e918b8806597336ad5564a51a53e756e.tar.gz
ports-81d26a90e918b8806597336ad5564a51a53e756e.zip
Notes
Diffstat (limited to 'games/hlserver-snow/Makefile')
-rw-r--r--games/hlserver-snow/Makefile12
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"