blob: 1931a9c6f6e207e10fe39bc150dc4e6a7634665f (
plain)
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: Front Line Force Server
# Date created: Sat Mar 10 16:40:06 EST 2001
# Whom: pat@databits.net
#
# $FreeBSD$
#
PORTNAME= flf
PORTVERSION= 1.3a
MASTER_SITES= http://www.flfmod.com/download/ \
ftp://ftp.netgames-uk.net/pub/local/games/halflife/mods/front_line_force/ \
ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/hl/mod/frontlineforce/ \
http://www.spies.com/flf/downloads/ \
http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/frontlineforce/
DISTNAME= frontline${PORTVERSION:S/.//}
WRKSRC= ${WRKDIR}/frontline
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|