aboutsummaryrefslogtreecommitdiff
path: root/games/hlserver-opfor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/hlserver-opfor/Makefile')
-rw-r--r--games/hlserver-opfor/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/hlserver-opfor/Makefile b/games/hlserver-opfor/Makefile
new file mode 100644
index 000000000000..d5dc3ac5f5c5
--- /dev/null
+++ b/games/hlserver-opfor/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: Opposing Forces Half-Life Dedicated Server
+# Date created: 23 Mar 2001
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= opfor
+PORTVERSION= 1.1.0.3
+MASTER_SITES= http://ftp1download.gamespy.com/fileplanet/action/half-life/official/ \
+ ftp://fileplanet.ngi.it/fileplanet/action/half-life/official/ \
+ http://www.jetstreamgames.co.nz/files/pub/gamespyftp1/action/half-life/official/
+DISTNAME= opfor_linux
+
+MAINTAINER= lioux@FreeBSD.org
+
+HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+
+.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"