diff options
author | pat <pat@FreeBSD.org> | 2002-01-22 02:28:45 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-22 02:28:45 +0000 |
commit | b1e605700499c7366c84f672c0ec0d31e3a56f1c (patch) | |
tree | 1d4cb4ff0f093bb57ec9da1896af07e801b2c7cf /games/hlserver-si/Makefile | |
parent | 008899846ebe3b34c986c327f7f0ed53e0cc6d3c (diff) | |
download | FreeBSD-ports-b1e605700499c7366c84f672c0ec0d31e3a56f1c.zip FreeBSD-ports-b1e605700499c7366c84f672c0ec0d31e3a56f1c.tar.gz |
Update to 0.97.0ra
Submitted by: lioux
Diffstat (limited to 'games/hlserver-si/Makefile')
-rw-r--r-- | games/hlserver-si/Makefile | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/games/hlserver-si/Makefile b/games/hlserver-si/Makefile index 9152bde..1bd183b 100644 --- a/games/hlserver-si/Makefile +++ b/games/hlserver-si/Makefile @@ -6,16 +6,23 @@ # PORTNAME= si -PORTVERSION= 0.97.0p5 -MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/si/ \ - http://www.lysator.liu.se/amiga/si/ \ - ftp://212.177.107.155/halflifeitalia/mod/ -#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-linux +PORTVERSION= 0.97.0ra +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g:S/0r//}-linux MAINTAINER= lioux@FreeBSD.org -DISTFILES= si-097-linux.tar.gz si-097-097pl5-linux-patch.tar.gz +_DONT_INCLUDE_MK_=yes 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/si/${DISTFILES},\ + place it in ${DISTDIR} and then run make again +.endif + +.include <bsd.port.post.mk> |