ceeb78bd66
Half-Life mod Opposing Forces full server package for Linux - This is a SLAVE_PORT of hlserver-cs
20 lines
629 B
Makefile
20 lines
629 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.3
|
|
MASTER_SITES= http://ftp1download.gamespy.com/fileplanet/action/half-life/official/ \
|
|
ftp://fileplanet.ngi.it/fileplanet/action/half-life/official/ \
|
|
http://www.jetstreamgames.co.nz/files/pub/gamespyftp1/action/half-life/official/
|
|
DISTNAME= opfor_linux
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
|
|
|
|
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|