blob: 9d4d9adc0e19cb7f79eac46f8f846b8b0258a506 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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.2
MASTER_SITES= ftp://ftp.icrontic.com/pub/ \
ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/hl/mod/frontlineforce/
DISTNAME= frontline_linux_1.2
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|