22 lines
603 B
Makefile
22 lines
603 B
Makefile
# New ports collection makefile for: Sven Co-Op Server
|
|
# Date created: Thu May 3 22:04:21 BRT 2001
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= svencoop
|
|
PORTVERSION= 1.19.1
|
|
MASTER_SITES= http://www.svencoop.com/files/
|
|
DISTFILES= svencoop19.tar.gz svencoop19_patch.tar.gz
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= Half-Life mod Sven Co-Op full server package for Linux
|
|
|
|
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
|
|
|
|
IGNORE= Upcoming release will support Unix platform but current one\
|
|
does not
|
|
|
|
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|