diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-11-28 03:52:44 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-11-28 03:52:44 +0000 |
commit | 81d26a90e918b8806597336ad5564a51a53e756e (patch) | |
tree | d1c380738384b89ee101bd3c8056a24ff7613c88 /games/hlserver-snow | |
parent | - Don't use automake/autoconf, because it requires to many patches (diff) |
Update hlserver-snow to 0.0.94.b
Add slaveport-post-extract target to hlserver-cs
Submitted by: lioux
Approved by: lioux
Notes
Notes:
svn path=/head/; revision=50671
Diffstat (limited to 'games/hlserver-snow')
-rw-r--r-- | games/hlserver-snow/Makefile | 12 | ||||
-rw-r--r-- | games/hlserver-snow/distinfo | 3 |
2 files changed, 11 insertions, 4 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" diff --git a/games/hlserver-snow/distinfo b/games/hlserver-snow/distinfo index 668cefe29d27..cb967057fcc3 100644 --- a/games/hlserver-snow/distinfo +++ b/games/hlserver-snow/distinfo @@ -1 +1,2 @@ -MD5 (sw094.exe) = 2543ac68fe509479d84ede31ba95b2d2 +MD5 (snow/sw094.exe) = 2543ac68fe509479d84ede31ba95b2d2 +MD5 (snow/hl_i386.so) = 76f829760b5ee85b0c73d6679fe3f92e |