aboutsummaryrefslogtreecommitdiff
path: root/games/hlserver-esf/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-14 19:15:48 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-01-14 19:15:48 +0000
commitf87527bcfc3737b84524a572a208a488d2a202f4 (patch)
tree1a1f43869f799d1a4100c22891220592665a5eca /games/hlserver-esf/Makefile
parent815490d88bf2d30be7b32aad623b4b32acb9df39 (diff)
downloadports-f87527bcfc3737b84524a572a208a488d2a202f4.tar.gz
ports-f87527bcfc3737b84524a572a208a488d2a202f4.zip
Notes
Diffstat (limited to 'games/hlserver-esf/Makefile')
-rw-r--r--games/hlserver-esf/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/hlserver-esf/Makefile b/games/hlserver-esf/Makefile
new file mode 100644
index 000000000000..27c735614319
--- /dev/null
+++ b/games/hlserver-esf/Makefile
@@ -0,0 +1,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.0.0.b
+MASTER_SITES= http://mirror.oktagone.net/games/half-life/mods/esf/ \
+ ftp://ftpuk.jolt.co.uk/games/halflife/mods/esf/ \
+ ftp://ftp.daddeln.de/pub/daddeln.de/halflife/Mods/esf/
+DISTNAME= esfb100
+
+MAINTAINER= lioux@FreeBSD.org
+
+HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+
+.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"