aboutsummaryrefslogtreecommitdiffstats
path: root/games/hlserver-vs/Makefile
blob: b105803119ddf6ac43e27c0d84f35e2bac65a7be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    Vampire Slayer Server
# Date created:             Sun Sep 23 03:23:31 BRT 2001
# Whom:     Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   vs
PORTVERSION=    4.1
DISTNAME=   ${PORTNAME}_l-${PORTVERSION}_full

MAINTAINER= lioux@FreeBSD.org

_DONT_INCLUDE_MK_=yes

WRKSRC=     ${WRKDIR}/VS

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

.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"

.include <bsd.port.pre.mk>

.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE=     You must manually fetch the Linux Port distfile\
        (${DISTFILES}) from http://www.fileplanet.com/dl/dl.asp?/planethalflife/vampire/${DISTFILES},\
        place it in ${DISTDIR} and then run make again
.endif

.include <bsd.port.post.mk>