summaryrefslogtreecommitdiff
path: root/games/hlserver-si/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-22 02:28:45 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-22 02:28:45 +0000
commitffe114ce38b3c8b153c512efac2ce6cfeebf3bb1 (patch)
tree0e6ff670d6c1767d91c7be42453ed0beaf618b51 /games/hlserver-si/Makefile
parentAn effort to solve building problem at bento. (diff)
Update to 0.97.0ra
Submitted by: lioux
Notes
Notes: svn path=/head/; revision=53506
Diffstat (limited to 'games/hlserver-si/Makefile')
-rw-r--r--games/hlserver-si/Makefile19
1 files changed, 13 insertions, 6 deletions
diff --git a/games/hlserver-si/Makefile b/games/hlserver-si/Makefile
index 9152bde9c3cc..1bd183b42dd5 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>