freebsd-ports/games/hlserver-cs/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

18 lines
432 B
Makefile

# New ports collection makefile for: Counter Strike Server
# Date created: Sat Mar 10 16:40:06 EST 2001
# Whom: pat
#
# $FreeBSD$
#
PORTNAME= cs
PORTVERSION= 1.6
PKGNAMEPREFIX= hlserver-
RUN_DEPENDS= ${PREFIX}${HLDSDIR}${HL_PROGRAM}:${HALFLIFE_PORT_MASTER}
COMMENT= Half-Life mod Counter-Strike full server package for Linux
HALFLIFE_PORT_MASTER= ${.CURDIR}/../halflifeserver
.include "${HALFLIFE_PORT_MASTER}/Makefile"