blob: 9152bde9c3cc304674849eeadd58f1f6c69bda30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Science and Industry Server
# Date created: Tue May 1 23:40:46 BRT 2001
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= si
PORTVERSION= 0.97.0p5
MASTER_SITES= http://fileplanet.games-world.net/dl/ftp1.gamespy.com/fpnew/action/half-life/modifications/si/ \
http://www.lysator.liu.se/amiga/si/ \
ftp://212.177.107.155/halflifeitalia/mod/
#DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}-linux
MAINTAINER= lioux@FreeBSD.org
DISTFILES= si-097-linux.tar.gz si-097-097pl5-linux-patch.tar.gz
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|