summaryrefslogtreecommitdiff
path: root/games/hlserver-vs/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-22 03:02:11 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-01-22 03:02:11 +0000
commit0b602d759878bd8655a3ad9336a94eaa03666643 (patch)
tree0bc479b436514cdb1eb0d302dbd58e30162c856a /games/hlserver-vs/Makefile
parentUpdate to 1.0 (diff)
Update to 3.0
Notes
Notes: svn path=/head/; revision=53510
Diffstat (limited to 'games/hlserver-vs/Makefile')
-rw-r--r--games/hlserver-vs/Makefile21
1 files changed, 5 insertions, 16 deletions
diff --git a/games/hlserver-vs/Makefile b/games/hlserver-vs/Makefile
index 5d4d203a9f1c..6cb7df3c4143 100644
--- a/games/hlserver-vs/Makefile
+++ b/games/hlserver-vs/Makefile
@@ -6,27 +6,16 @@
#
PORTNAME= vs
-PORTVERSION= 2.0.0b
-MASTER_SITES= http://www.dnagames.net/files/half-life/vampireslayer/ \
- ftp://fileplanet.ngi.it/fileplanet2/planethalflife/vampire/ \
- ftp://ftp.netgames-uk.net/pub/local.games/halflife/mods/vampire_slayer/ \
- http://194.195.228.132/exp/hl/mod/vampier/ \
- ftp://ftp.gigabell.net/pub/exp/hl/mod/vampier/ \
- ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/vampier/ \
- http://ftp2.extreme-players.de/exp/hl/mod/vampier/ \
- http://xferla.fileplanet.com/planethalflife/vampire/ \
- http://xfer.fileplanet.com/planethalflife/vampire/
-DISTFILES= vs_l-2.0_full.tgz vs_l-2.0b_so.tgz
-EXTRACT_ONLY= vs_l-2.0_full.tgz
+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/
+DISTNAME= ${PORTNAME}_l-${PORTVERSION}_full
MAINTAINER= lioux@FreeBSD.org
WRKSRC= ${WRKDIR}/VS
-post-extract:
- @${TAR} -C ${WRKSRC}/dlls/ -xzf \
- ${DISTDIR}/${DISTFILES:S/${EXTRACT_ONLY}//}
-
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"