9e319bcaaf
full server package for Linux - A slave port of hlserver-cs
23 lines
613 B
Makefile
23 lines
613 B
Makefile
# New ports collection makefile for: Existence Server
|
|
# Date created: Mon Sep 17 13:05:51 BRT 2001
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= existence
|
|
PORTVERSION= 0.1.3.0
|
|
MASTER_SITES= ftp://icrontic.com/pub/ \
|
|
ftp://ftp.gameplanet.co.nz/pub/halflife/mods/existence/ \
|
|
ftp://ftp2.gameplanet.co.nz/pub/halflife/mods/existence/ \
|
|
http://existencevossey.free.fr/ \
|
|
http://vossey.free.fr/
|
|
|
|
DISTNAME= X-beta1.3.linux
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
|
|
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
|
|
|
|
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|