mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
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
500 B
Makefile
21 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"
|