blob: 75f795cd3fdf9bb49e3ac24f875f0362782ac714 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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"
|