summaryrefslogtreecommitdiff
path: root/games/hlserver-vs/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-07-07 22:54:21 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-07-07 22:54:21 +0000
commit2fadd4bea45dc8e9712d956c4c968f2d432a1f69 (patch)
tree72c2c98c66773b93a2f5be300d231a05fc2e5271 /games/hlserver-vs/Makefile
parentRe-enable exit when ulimit -Sc is not 0, as the author intends. (diff)
Update to 4.1
Notes
Notes: svn path=/head/; revision=62619
Diffstat (limited to 'games/hlserver-vs/Makefile')
-rw-r--r--games/hlserver-vs/Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/games/hlserver-vs/Makefile b/games/hlserver-vs/Makefile
index 6cb7df3c4143..b105803119dd 100644
--- a/games/hlserver-vs/Makefile
+++ b/games/hlserver-vs/Makefile
@@ -6,16 +6,25 @@
#
PORTNAME= vs
-PORTVERSION= 3.0
-MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/vampier/ \
- http://ftp.gigabell.net/pub/exp/hl/mod/vampier/ \
- ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/vampier/
+PORTVERSION= 4.1
DISTNAME= ${PORTNAME}_l-${PORTVERSION}_full
MAINTAINER= lioux@FreeBSD.org
+_DONT_INCLUDE_MK_=yes
+
WRKSRC= ${WRKDIR}/VS
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
+
+.include <bsd.port.pre.mk>
+
+.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
+IGNORE= You must manually fetch the Linux Port distfile\
+ (${DISTFILES}) from http://www.fileplanet.com/dl/dl.asp?/planethalflife/vampire/${DISTFILES},\
+ place it in ${DISTDIR} and then run make again
+.endif
+
+.include <bsd.port.post.mk>