summaryrefslogtreecommitdiff
path: root/games/hlserver-snow/Makefile
blob: d5e03f3c888d4c035ef178391f8d8cc8be3599e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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=	1.0
MASTER_SITES=	ftp://ftp2.extreme-players.de/hl/mod/snowwar/ \
		ftp://ftp.task.gda.pl/mirror/ftp.extreme-players.de/exp/hl/mod/snowwar/
DISTFILES=	sw10.zip 10linux.zip
DIST_SUBDIR=	snow

MAINTAINER=	lioux@FreeBSD.org
COMMENT=	Half-Life mod Snow War full server package for Linux

IGNORE=		Current version is not available for Linux yet

USE_ZIP=	yes

slaveport-post-extract:
	@${CP} ${WRKDIR}/hl_i386.so ${WRKSRC}/dlls

HALFLIFE_COUNTERSTRIKE_MASTER=	${.CURDIR}/../hlserver-cs

.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"