6e618a2f7b
management system. It will provide game server management (instant deployment of game servers) and tournament management in a more advanced and automated way than other systems. It will also consist of basic tools for LAN sessions such as a generic modular Masterserver, IRC bot, etc. WWW: http://lasange-system.sourceforge.net/
21 lines
403 B
Makefile
21 lines
403 B
Makefile
# New ports collection makefile for: masterserver
|
|
# Date created: 2007-01-25
|
|
# Whom: alepulver
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= masterserver
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF
|
|
MASTER_SITE_SUBDIR= lasange-system
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
COMMENT= Masterserver for IdSoftware games (D3, EF, H2, Q2, Q3, QW)
|
|
|
|
USE_BZIP2= yes
|
|
USE_GCC= 3.4+
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|