aboutsummaryrefslogtreecommitdiffstats
path: root/games/hlserver-pvk/Makefile
blob: 9c557cbd1928a893aebb9de99e3de21baa2396df (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
# New ports collection makefile for:    Pirates, Vikings & Knights Server
# Date created:         Sun Sep 30 18:09:54 BRT 2001
# Whom:     Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   pvk
PORTVERSION=    2.2.b
MASTER_SITES=   ftp://ftp2.extreme-players.de/hosting/pvk/ \
        http://ftp.gamesweb.com/pub/pvk/

DISTFILES=  pvk_2.1_full.tar.gz pvkb22so.gz
EXTRACT_ONLY=   pvk_2.1_full.tar.gz

MAINTAINER= lioux@FreeBSD.org

post-extract:
    @${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES:S/${EXTRACT_ONLY}//} \
        > ${WRKSRC}/dlls/pvk_i386.so

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

.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"