diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-15 03:15:48 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-15 03:15:48 +0800 |
commit | f81576a53c56a66e6f22d0229cec0d966ed7b018 (patch) | |
tree | 9fabab490a7fbaf1323056eb7349a9e262833854 /games/hlserver-esf/Makefile | |
parent | 828ab99b21b644f4ca99ad4e05a8f44569f19552 (diff) | |
download | freebsd-ports-gnome-f81576a53c56a66e6f22d0229cec0d966ed7b018.tar.gz freebsd-ports-gnome-f81576a53c56a66e6f22d0229cec0d966ed7b018.tar.zst freebsd-ports-gnome-f81576a53c56a66e6f22d0229cec0d966ed7b018.zip |
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.
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" |