blob: f70b737b63f442472fba1f1762b5c23d82a93575 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: Action Server
# Date created: Wed Apr 25 11:45:11 SAST 2001
# Whom: markm@freebsd.org et al
#
# $FreeBSD$
#
PORTNAME= action
PORTVERSION= 0.4
MASTER_SITES= ftp://ftp2.3ddownloads.com/90380/telefragged/ahl/ \
ftp://ftp.3ddownloads.com/90380/telefragged/ahl/ \
ftp://ftp.barrysworld.com/pub/games/halflife/mods/actionhl/official_patches/linux/ \
ftp://ftp.wireplay.net/pub/downloads/fps/halflife/mods/action/linux/ \
http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/modifications/ahl/ \
http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/ahl/ \
ftp://ftp.blackmesa.de/mods/ahl/
DISTNAME= action
EXTRACT_SUFX= .tgz
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|