summaryrefslogtreecommitdiff
path: root/games/hlserver-ts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/hlserver-ts/Makefile')
-rw-r--r--games/hlserver-ts/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/hlserver-ts/Makefile b/games/hlserver-ts/Makefile
new file mode 100644
index 000000000000..d33f498f26c4
--- /dev/null
+++ b/games/hlserver-ts/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: The Specialists
+# Date created: Wed Jan 1 18:26:23 UTC 2003
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ts
+PORTVERSION= 1.5
+MASTER_SITES= http://www.daspace.de/files/
+DISTNAME= TS-${PORTVERSION}-linux
+
+MAINTAINER= lioux@FreeBSD.org
+
+_DONT_INCLUDE_MK_=yes
+
+HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+
+.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
+
+.include <bsd.port.mk>