1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00
freebsd-ports/games/hlserver-tsc/Makefile
Sergey Matveychuk c05e3e136f - Marked as DEPRECATED, mastersite has disappeared.
PR:		ports/90350
Submitted by:	Jean Milanez Melo
2005-12-14 19:15:43 +00:00

35 lines
921 B
Makefile

# 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.5.3.b
PORTREVISION= 1
MASTER_SITES= http://tsc.austin2600.org/ \
http://www.mystwalker.de/cs/
DISTNAME= ${PORTNAME}${PORTVERSION:S/^0.//:S/.b$/beta/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Half-Life mod Counter-Strike with TSC modifications
BROKEN= "mastersite disappeared, no longer maintained by author"
DEPRECATED= "${BROKEN}"
EXPIRATION_DATE= 2006-02-13
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_PORT_MASTER= ${.CURDIR}/../hlserver-flf
.include "${HALFLIFE_PORT_MASTER}/Makefile"