mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +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)
20 lines
574 B
Makefile
20 lines
574 B
Makefile
# New ports collection makefile for: Earth Special Forces Server
|
|
# Date created: Sat Dec 21 05:37:26 UTC 2002
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= esf
|
|
PORTVERSION= 1.1.1.b
|
|
PORTREVISION= 1
|
|
MASTER_SITES= ftp://ftp.ngz-network.de/pub/135/18/pub/modificationen/teamplay/earths_special_forces/server/
|
|
DISTNAME= esfb111
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= Half-Life mod Earth Special Forces (DBZ) full server package for Linux
|
|
|
|
HALFLIFE_PORT_MASTER= ${.CURDIR}/../hlserver-flf
|
|
|
|
.include "${HALFLIFE_PORT_MASTER}/Makefile"
|