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
|
2012-09-17 11:28:52 +02:00
|
|
|
PORTREVISION= 3
|
2005-10-09 08:58:02 +02:00
|
|
|
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
|
|
|
|
|
2011-01-20 09:45:42 +01:00
|
|
|
LIB_DEPENDS= alleg.4:${PORTSDIR}/devel/allegro-devel
|
2005-10-09 09:01:04 +02:00
|
|
|
|
2005-10-09 08:58:02 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2005-10-12 00:37:20 +02:00
|
|
|
CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf
|
2007-09-13 10:59:49 +02:00
|
|
|
USE_PYTHON_BUILD=yes
|
2005-10-09 08:58:02 +02:00
|
|
|
|
|
|
|
INFO= liquidwar
|
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
MAN6= liquidwar.6 \
|
|
|
|
liquidwar-server.6 \
|
|
|
|
liquidwar-mapgen.6
|
|
|
|
|
2013-03-14 12:20:54 +01:00
|
|
|
OPTIONS_DEFINE= ASM
|
2007-09-13 10:59:49 +02:00
|
|
|
|
2013-03-14 12:20:54 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2007-09-13 10:59:49 +02:00
|
|
|
|
2013-03-14 12:20:54 +01:00
|
|
|
.if ! ${PORT_OPTIONS:MASM}
|
2007-09-13 10:59:49 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-asm
|
|
|
|
.endif
|
|
|
|
|
2013-03-14 12:20:54 +01:00
|
|
|
.include <bsd.port.mk>
|