summaryrefslogtreecommitdiff
path: root/games/hlserver-tsc/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-17 19:40:05 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-11-17 19:40:05 +0000
commit4634238708f54aad287a839522f40893b414e5a4 (patch)
tree2cb4e20b6fd4f2794636064d875579eaa08a254c /games/hlserver-tsc/Makefile
parentNew port ipfw-graph: Graphical overview of traffic going through (diff)
o New port hlserver-tsc version 2.4.6b: Half-Life mod Counter-Strike
with TSC modifications o It is a server side only change that both enhances Counter-Strike and adds some anti-cheat measures Reviewed by: pat
Notes
Notes: svn path=/head/; revision=50153
Diffstat (limited to 'games/hlserver-tsc/Makefile')
-rw-r--r--games/hlserver-tsc/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/hlserver-tsc/Makefile b/games/hlserver-tsc/Makefile
new file mode 100644
index 000000000000..7ad4865b1b14
--- /dev/null
+++ b/games/hlserver-tsc/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: TSC Server
+# Date created: Mon Nov 12 13:19:17 BRST 2001
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tsc
+PORTVERSION= 0.2.4.6.b
+MASTER_SITES= http://www.heyphucker.com/ \
+ http://www.wbg-clan.de/download/server/ \
+ http://www.mystwalker.de/cs/
+DISTNAME= ${PORTNAME}${PORTVERSION:S/^0.//:S/.b$//}
+
+MAINTAINER= lioux@FreeBSD.org
+
+BUILD_DEPENDS+= ${LINUXBASE}${HLDSDIR}cstrike/liblist.gam:${HALFLIFE_COUNTERSTRIKE_MASTER}
+
+NO_WRKSUBDIR= yes
+USE_ZIP= yes
+PKGDEINSTALL= ${PKGINSTALL}
+
+slaveport-post-install:
+ @${SETENV} PKG_PREFIX=${PREFIX} ${SH} \
+ ${PKGINSTALL} ${PKGNAME} POST-INSTALL
+
+HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+
+.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"