Update hlserver-snow to 0.0.94.b
Add slaveport-post-extract target to hlserver-cs Submitted by: lioux Approved by: lioux
This commit is contained in:
parent
ca26912910
commit
81d26a90e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50671
3 changed files with 17 additions and 4 deletions
|
@ -63,6 +63,12 @@ post-extract:
|
|||
.endif
|
||||
.endif
|
||||
|
||||
.if !target(slaveport-post-extract)
|
||||
slaveport-post-extract:
|
||||
.endif
|
||||
|
||||
post-extract: slaveport-post-extract
|
||||
|
||||
pre-patch:
|
||||
# remove trailing ^M
|
||||
@find -E ${WRKSRC} -type f \
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
MD5 (sw094.exe) = 2543ac68fe509479d84ede31ba95b2d2
|
||||
MD5 (snow/sw094.exe) = 2543ac68fe509479d84ede31ba95b2d2
|
||||
MD5 (snow/hl_i386.so) = 76f829760b5ee85b0c73d6679fe3f92e
|
||||
|
|
Loading…
Reference in a new issue