diff options
Diffstat (limited to 'games/hlserver-vs/Makefile')
-rw-r--r-- | games/hlserver-vs/Makefile | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/games/hlserver-vs/Makefile b/games/hlserver-vs/Makefile index ddeb7ad0fa89..7a24a3722921 100644 --- a/games/hlserver-vs/Makefile +++ b/games/hlserver-vs/Makefile @@ -6,25 +6,18 @@ # PORTNAME= vs -PORTVERSION= 4.1b +PORTVERSION= 5.0 +MASTER_SITES= ftp://ftp.thaiguy.net/ \ + http://gamefiles.blueyonder.co.uk/blueyondergames/halflife/modifications/vampireslayer/patches/linux/ \ + ftp://ftp.daddeln.de/pub/daddeln.de/halflife/Mods/vampire/ \ + ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/vampier/v5/ \ + ftp://ftp2.extreme-players.de/hl/mod/vampier/v5/ DISTNAME= ${PORTNAME}_l-${PORTVERSION}_full MAINTAINER= lioux@FreeBSD.org -_DONT_INCLUDE_MK_=yes - WRKSRC= ${WRKDIR}/VS -HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs +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> |