summaryrefslogtreecommitdiff
path: root/games/hlserver-si/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-05-03 01:44:21 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-05-03 01:44:21 +0000
commit74092823ac0d21deaaebf8bab8185043c4b1cabb (patch)
treeeceb07123de5c0cdc04e4046e65a9bfa48f9238a /games/hlserver-si/Makefile
parentFollowing rev 1.8 of MASTER port hlserver-cs/Makefile, use a proper (diff)
New port version 0.96c: Science and Industry Half-Life mod full
server package for Linux Reviewed by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=42189
Diffstat (limited to 'games/hlserver-si/Makefile')
-rw-r--r--games/hlserver-si/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/games/hlserver-si/Makefile b/games/hlserver-si/Makefile
new file mode 100644
index 000000000000..e33acf6233cd
--- /dev/null
+++ b/games/hlserver-si/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: Science and Industry Server
+# Date created: Tue May 1 23:40:46 BRT 2001
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= si
+PORTVERSION= 0.96c
+MASTER_SITES= http://ftp2.gamespy.com/pub/cdrom/planethalflife/si/ \
+ ftp://208.186.102.207/planethalflife/si/ \
+ ftp://fileplanet.ngi.it/fileplanet2/planethalflife/si/
+DISTNAME= ${PORTNAME}${PORTVERSION}-linux
+CATEGORIES= games linux
+
+MAINTAINER= lioux@FreeBSD.org
+
+HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+
+.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"