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

20 lines
500 B
Makefile

# New ports collection makefile for: Day of Defeat Half-Life Dedicated Server
# Date created: Sat Mar 24 00:10:43 EST 2001
# Whom: pat@databits.net et al
#
# $FreeBSD$
#
PORTNAME= dod
PORTVERSION= 1.0b
PORTEPOCH= 1
PORTREVISION= 2
PKGNAMEPREFIX= hlserver-
RUN_DEPENDS= ${PREFIX}${HLDSDIR}${HL_PROGRAM}:${HALFLIFE_PORT_MASTER}
COMMENT= Half-Life mod Day of Defeat full server package for Linux
HALFLIFE_PORT_MASTER= ${.CURDIR}/../halflifeserver
.include "${HALFLIFE_PORT_MASTER}/Makefile"