1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/games/liquidwar/Makefile
Antoine Brodin f74d9c05c4 - Unbreak after implicit lang/python dependency removal
- While, stage support and use OPTIONS helpers

Reported by:	pkg-fallout
2014-02-08 13:30:37 +00:00

34 lines
792 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= liquidwar
PORTVERSION= 5.6.4
PORTREVISION= 3
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
CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf
CONFIGURE_ENV= ac_cv_prog_PYTHON=yes
USE_PYTHON_BUILD=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>