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)
19 lines
505 B
Makefile
19 lines
505 B
Makefile
# New ports collection makefile for: Firearms Server
|
|
# Date created: Tue Mar 27 20:47:31 EST 2001
|
|
# Whom: pat et al
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firearms
|
|
PORTVERSION= 3.0
|
|
MASTER_SITES= http://www.csygames.com/firearms/ \
|
|
http://www.tacsim.com/downloads/firearms/linux/ \
|
|
http://www.rma-clan.de/files/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
COMMENT= Half-Life mod Firearms full server package for Linux
|
|
|
|
HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
|
|
|
|
.include "${HALFLIFE_PORT_MASTER}/Makefile"
|