summaryrefslogtreecommitdiff
path: root/games/hlserver-snow/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-05 04:28:13 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-10-05 04:28:13 +0000
commitab5b176fc13f24d74c66c20f2797f7c31ded1601 (patch)
tree9b0364817440e8542b046a690093250f9f4f006e /games/hlserver-snow/Makefile
parentAdd missing @unexec rmdir (diff)
New port hlserver-snow version 0.0.94: Half-Life mod Snow War full
server package for Linux For those yearning for the first snow, or those who do not have any. Pick a ball and start the war. :) BAM! It was not me. I swear. It was the snowman over there. BAM! Hehehe
Notes
Notes: svn path=/head/; revision=48453
Diffstat (limited to 'games/hlserver-snow/Makefile')
-rw-r--r--games/hlserver-snow/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/games/hlserver-snow/Makefile b/games/hlserver-snow/Makefile
new file mode 100644
index 000000000000..111ef974604f
--- /dev/null
+++ b/games/hlserver-snow/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: Snow War Server
+# Date created: Fri Oct 5 01:13:28 BRT 2001
+# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= snow
+PORTVERSION= 0.0.94
+MASTER_SITES= ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/snowwar/ \
+ http://www.ancient.co.jp/~game/files/
+DISTNAME= sw${PORTVERSION:S/.//g:S/^0//}
+EXTRACT_SUFX= .exe
+
+MAINTAINER= lioux@FreeBSD.org
+
+USE_ZIP= yes
+
+HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
+
+.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"