blob: 6cb7df3c41432e26de3620f04fbb6eeb6b3a967e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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= 3.0
MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/vampier/ \
http://ftp.gigabell.net/pub/exp/hl/mod/vampier/ \
ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/vampier/
DISTNAME= ${PORTNAME}_l-${PORTVERSION}_full
MAINTAINER= lioux@FreeBSD.org
WRKSRC= ${WRKDIR}/VS
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|