# $OpenBSD: Makefile.template,v 1.60 2010/10/24 20:41:23 ajacoutot Exp $

COMMENT =		Unique multiplayer wargame

DISTNAME =		liquidwar-5.6.4

CATEGORIES =		games

HOMEPAGE =		http://www.ufoot.org/liquidwar

MAINTAINER =		Cédric Krier <ced@b2ck.com>

# GPLv2
PERMIT_PACKAGE_CDROM =	Yes
PERMIT_PACKAGE_FTP =	Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP =	Yes

WANTLIB =		pthread alleg c m

# where the source files and patches can be fetched
#
MASTER_SITES =		http://www.ufoot.org/download/liquidwar/v5/5.6.4/

LIB_DEPENDS =		games/allegro

USE_GMAKE =		Yes
CONFIGURE_STYLE =	gnu
CONFIGURE_ARGS += --disable-doc-txt --disable-doc-html --disable-doc-man \
				  --disable-doc-info --disable-doc-ps --disable-doc-pdf

NO_REGRESS =		Yes

.include <bsd.port.mk>
