b878bc5c2b
- Change master port over to hlserver-flf - (1) Installation directory went from: [/compat/linux/usr/games/hlds_l] to: [/usr/local/games/hlds_l] - Add if statements and message to prevent PORTREVISION bump of master ports affecting all slave ports Submitted by: netchild (1)
21 lines
691 B
Makefile
21 lines
691 B
Makefile
# New ports collection makefile for: Wasteland Server
|
|
# Date created: Fri May 4 17:43:25 BRT 2001
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wasteland
|
|
PORTVERSION= 0.2b.1
|
|
PORTREVISION= 1
|
|
MASTER_SITES= ftp://ftp2.extreme-players.de/hl/mod/wastelandhl/ \
|
|
ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/wastelandhl/ \
|
|
http://www.planethalflife.com/thewastes/files/:update
|
|
DISTFILES= whlbeta2_linux.tar.gz whl_b2_update.tar.gz:update
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= Half-Life mod Wasteland full server package for Linux
|
|
|
|
HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
|
|
|
|
.include "${HALFLIFE_PORT_MASTER}/Makefile"
|