freebsd-ports/games/hlserver-heroes/Makefile
Patrick Li b878bc5c2b - Update to steam enabled hlds
- 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)
2005-06-21 04:31:45 +00:00

25 lines
599 B
Makefile

# New ports collection makefile for: Science and Industry Server
# Date created: Wed May 2 23:25:19 BRT 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= heroes
PORTVERSION= 1.1.b
PORTREVISION= 1
MASTER_SITES= http://ocuspocus.free.fr/hlheroes/download/ \
http://jolletx.free.fr/
DISTNAME= hlh11b
MAINTAINER= lioux@FreeBSD.org
COMMENT= Half-Life mod Heroes full server package for Linux
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -o -qq
WRKSRC= ${WRKDIR}/Heroes
HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
.include "${HALFLIFE_PORT_MASTER}/Makefile"