From 4634238708f54aad287a839522f40893b414e5a4 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Sat, 17 Nov 2001 19:40:05 +0000 Subject: 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 --- games/hlserver-tsc/Makefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 games/hlserver-tsc/Makefile (limited to 'games/hlserver-tsc/Makefile') 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 +# +# $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" -- cgit v1.2.3