summaryrefslogtreecommitdiff
path: root/games/hlserver-action/Makefile
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-04-25 11:06:06 +0000
committerMark Murray <markm@FreeBSD.org>2001-04-25 11:06:06 +0000
commitee217b077131811ebcccb583882126a75dbf656b (patch)
treed044aaf00d0ea8b9f93d7b64e1320a3450fe3e5d /games/hlserver-action/Makefile
parentUpdate to 7.7.2 (diff)
Add a seerver for Action Half-life using the excellent master/slave
Half-Life modports system worked out by the current HL port maintainer(s). Any problems with this (I took a bit of a gamble with the master sites), go right ahead and fix as appropriate.
Notes
Notes: svn path=/head/; revision=41891
Diffstat (limited to 'games/hlserver-action/Makefile')
-rw-r--r--games/hlserver-action/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/games/hlserver-action/Makefile b/games/hlserver-action/Makefile
new file mode 100644
index 000000000000..12a7ef98afa1
--- /dev/null
+++ b/games/hlserver-action/Makefile
@@ -0,0 +1,16 @@
+# New ports collection makefile for: Action Server
+# Date created: Wed Apr 25 11:45:11 SAST 2001
+# Whom: markm@freebsd.org et al
+#
+# $FreeBSD$
+#
+
+PORTNAME= action
+PORTVERSION= 0.4
+MASTER_SITES= http://absurd.ranney.com/action/ \
+ http://ftp1download.gamespy.com/fileplanet/action/half-life/modifications/action/
+DISTFILES= action.tgz
+
+HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+
+.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"