summaryrefslogtreecommitdiffstats
path: root/games/liquidwar/Makefile
blob: ae23876603896c8039d0cd9d613d8308b9a09d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$

PORTNAME=	liquidwar
PORTVERSION=	5.6.4
PORTREVISION=	4
CATEGORIES=	games
MASTER_SITES=	http://liquidwar.sunsite.dk/archive/ \
		${MASTER_SITE_SAVANNAH} \
		http://ufoot.hd.free.fr/pub/archive/
MASTER_SITE_SUBDIR=	liquidwar

MAINTAINER=	edwin@mavetju.org
COMMENT=	You control an army of liquid and have to try and eat your opponents

LIB_DEPENDS=	liballeg.so:${PORTSDIR}/devel/allegro

GNU_CONFIGURE=	yes
USES=		gmake makeinfo python:build
CONFIGURE_ARGS=	--disable-target-opt --disable-doc-ps --disable-doc-pdf
CONFIGURE_ENV=	ac_cv_prog_PYTHON=yes

INFO=		liquidwar

OPTIONS_DEFINE=		ASM

ASM_CONFIGURE_OFF=	--disable-asm

post-patch:
	@${REINPLACE_CMD} 's,python,${PYTHON_CMD},' ${WRKSRC}/doc/Makefile.in

.include <bsd.port.mk>
OpenPOWER on IntegriCloud