aboutsummaryrefslogtreecommitdiff
path: root/games/hlserver-ts/Makefile
blob: 66051fc7e52a1c6a216b34116a8c68d0a3d7abd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
COMMENT=	Half-Life mod The Specialists full server package for Linux

_DONT_INCLUDE_MK_=yes

HALFLIFE_COUNTERSTRIKE_MASTER=	${.CURDIR}/../hlserver-cs

.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"

.include <bsd.port.mk>