summaryrefslogtreecommitdiff
path: root/games/hlserver-cs/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-12 19:35:01 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-12 19:35:01 +0000
commit111c315a430f46ab8ff2716a7108d7d87e357f6f (patch)
treedfcdc25647cd2bdf99558ac610f49309c167cc86 /games/hlserver-cs/Makefile
parentUpdate to 3.1.1.0 (diff)
Update to 1.5
Notes
Notes: svn path=/head/; revision=61170
Diffstat (limited to 'games/hlserver-cs/Makefile')
-rw-r--r--games/hlserver-cs/Makefile26
1 files changed, 6 insertions, 20 deletions
diff --git a/games/hlserver-cs/Makefile b/games/hlserver-cs/Makefile
index f2db9bf81f4d..4e315c86ef90 100644
--- a/games/hlserver-cs/Makefile
+++ b/games/hlserver-cs/Makefile
@@ -6,11 +6,13 @@
#
PORTNAME?= cs
-PORTVERSION?= 1.4
+PORTVERSION?= 1.5
CATEGORIES?= games linux
-MASTER_SITES?= http://www.redphive.org/files/ \
- http://www.carnage.q-net.net.au/downloads/server/halflife/linux/ \
- http://files.ausgamers.com:81/half-life/counter-strike/linux/
+MASTER_SITES?= http://cstrike.thefusion.cc/ \
+ http://bteg.net/~ms/hl/ \
+ http://www.jetstreamgames.co.nz/files/pub/halflife/cstrike/ \
+ http://cs.webcabo.com.br/~mosca/cs/ \
+ http://lamas.counter-strike.hu:8080/letolt/extra/cs/
PKGNAMEPREFIX= hlserver-
.ifndef(DISTFILES)
DISTNAME?= ${PORTNAME}_${PORTVERSION:S/.//}_full
@@ -27,8 +29,6 @@ USE_LINUX_PREFIX= yes
NO_CDROM= "Size; the data set is much too big"
NO_BUILD= yes
.if (${PORTNAME}==cs)
-PORTREVISION= 1
-BUILD_DEPENDS+= ${NONEXISTENT}:${HALFLIFESERVER_PORT}:patch
WRKSRC?= ${WRKDIR}/cstrike
.else
.ifndef(NO_WRKSUBDIR)
@@ -46,20 +46,6 @@ HL_PROGRAM!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V HL_PROGRAM
PLIST_SUB_MASTER!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V PLIST_SUB_FOR_THIS_PORT
PKGMESSAGE!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V PKGMESSAGE
-# 3.1.0.9 Beta C patch
-HALFLIFESERVER_PORT_WRKSRC!= cd ${HALFLIFESERVER_PORT} && ${MAKE} -V WRKSRC
-.if (${PORTNAME}==cs) && !target(post-patch)
-post-patch:
-.if exists(${HALFLIFESERVER_PORT_WRKSRC}/cstrike)
- @${ECHO_MSG} "===> Applying 3.1.0.9 Beta C patch"
- @${CP} -Rp ${HALFLIFESERVER_PORT_WRKSRC}/cstrike ${WRKDIR}
-.else
- @${ECHO_MSG} "Please update your ports tree, it is not syncronized to the latest tree"
- @${ECHO_MSG} "This port will not work. Check the FreeBSD Handbook on how to update"
- @${FALSE}
-.endif
-.endif
-
.if !target(slaveport-post-extract)
slaveport-post-extract:
.endif