diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-01-14 19:15:48 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-01-14 19:15:48 +0000 |
commit | f87527bcfc3737b84524a572a208a488d2a202f4 (patch) | |
tree | 1a1f43869f799d1a4100c22891220592665a5eca /games/hlserver-esf/Makefile | |
parent | - Clean Gnu-Info (diff) |
o New port hlserver-esf version 1.0.0.b: Half-Life mod Earth Special
Forces (DBZ) full server package for Linux
o Earth Special Forces is a DragonBall Z, a.k.a. DBZ, modification
for Half-Life. You can fly, jump, concentrate your Ki, use
melee/ranged/special attacks, transform to other forms, teleport,
and some more.
Notes
Notes:
svn path=/head/; revision=73142
Diffstat (limited to 'games/hlserver-esf/Makefile')
-rw-r--r-- | games/hlserver-esf/Makefile | 19 |
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" |