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)
18 lines
432 B
Makefile
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"
|