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
541 B
Makefile
21 lines
541 B
Makefile
# New ports collection makefile for: The Specialists
|
|
# Date created: Wed Jan 1 18:26:23 UTC 2003
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ts
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
MASTER_SITES= http://dl1.giga.de/mods/half_life/the_specialists/
|
|
DISTNAME= ts${PORTVERSION}-linux_server
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= Half-Life mod The Specialists full server package for Linux
|
|
|
|
USE_BZIP2= yes
|
|
|
|
HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
|
|
|
|
.include "${HALFLIFE_PORT_MASTER}/Makefile"
|