diff options
Diffstat (limited to 'games/hlserver-fa/Makefile')
-rw-r--r-- | games/hlserver-fa/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/games/hlserver-fa/Makefile b/games/hlserver-fa/Makefile new file mode 100644 index 000000000000..a70ca8e11e8a --- /dev/null +++ b/games/hlserver-fa/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: Firearms Server +# Date created: Tue Mar 27 20:47:31 EST 2001 +# Whom: pat@databits.net et al +# +# $FreeBSD$ +# + +PORTNAME= firearms +PORTVERSION= 2.5 +MASTER_SITES= http://absurd.ranney.com/fa/ \ + http://ftp1download.gamespy.com/fileplanet/action/half-life/modifications/firearms/ +DISTNAME= fa_rc25_linux_full + +HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs + +.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile" |