2013-03-14 12:20:54 +01:00
|
|
|
# Created by: Edwin Groothuis <edwin@mavetju.org>
|
2005-10-09 08:58:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liquidwar
|
2007-12-11 21:15:11 +01:00
|
|
|
PORTVERSION= 5.6.4
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 4
|
2005-10-09 08:58:02 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://liquidwar.sunsite.dk/archive/ \
|
2015-05-14 12:15:04 +02:00
|
|
|
SAVANNAH \
|
2005-10-09 08:58:02 +02:00
|
|
|
http://ufoot.hd.free.fr/pub/archive/
|
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
|
|
COMMENT= You control an army of liquid and have to try and eat your opponents
|
|
|
|
|
2014-02-08 14:30:37 +01:00
|
|
|
LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro
|
2005-10-09 09:01:04 +02:00
|
|
|
|
2005-10-09 08:58:02 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-10-20 19:36:02 +02:00
|
|
|
USES= gmake makeinfo python:build
|
2005-10-12 00:37:20 +02:00
|
|
|
CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf
|
2014-02-08 14:30:37 +01:00
|
|
|
CONFIGURE_ENV= ac_cv_prog_PYTHON=yes
|
2005-10-09 08:58:02 +02:00
|
|
|
|
|
|
|
INFO= liquidwar
|
|
|
|
|
2013-03-14 12:20:54 +01:00
|
|
|
OPTIONS_DEFINE= ASM
|
2007-09-13 10:59:49 +02:00
|
|
|
|
2014-02-08 14:30:37 +01:00
|
|
|
ASM_CONFIGURE_OFF= --disable-asm
|
2007-09-13 10:59:49 +02:00
|
|
|
|
2014-02-08 14:30:37 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's,python,${PYTHON_CMD},' ${WRKSRC}/doc/Makefile.in
|
2007-09-13 10:59:49 +02:00
|
|
|
|
2013-03-14 12:20:54 +01:00
|
|
|
.include <bsd.port.mk>
|