freebsd-ports/games/hlserver-opfor/Makefile
Mario Sergio Fujikawa Ferreira 462fd29991 Both sanitize MASTER_SITES and reorder them to achieve better
throughput

Submitted by:   Patrick Li <pat@databits.net> (maintainer of most hlserver-* ports)
2001-05-21 03:14:49 +00:00

20 lines
623 B
Makefile

# New ports collection makefile for: Opposing Forces Half-Life Dedicated Server
# Date created: 23 Mar 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= opfor
PORTVERSION= 1.1.0.6
MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/official/ \
http://ftp1download.gamespy.com/fileplanet/fpnew/action/half-life/official/
DISTNAME= op4-linux-${PORTVERSION:S/.//g}
MAINTAINER= lioux@FreeBSD.org
WRKSRC= ${WRKDIR}/gearbox
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"