1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/games/liquidwar/Makefile
Ruslan Makhmatkhanov 06f9cc7708 - update to 4.4.2
- fix COMMENT
- pass maintainership to submitter
- chase update in games/liquidwar

while here:
- trim Makefile header
- remove unneeded inclusion of bsd.port.pre|post.mk
- whitespace fix in pkg-descr

PR:		171366
Submitted by:	nemysis <nemysis at gmx dot ch>
2012-09-17 09:28:52 +00:00

43 lines
943 B
Makefile

# New ports collection makefile for: liquidwar
# Date created: 9 October 2005
# Whom: 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= alleg.4:${PORTSDIR}/devel/allegro-devel
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --disable-target-opt --disable-doc-ps --disable-doc-pdf
USE_PYTHON_BUILD=yes
INFO= liquidwar
MANCOMPRESSED= yes
MAN6= liquidwar.6 \
liquidwar-server.6 \
liquidwar-mapgen.6
OPTIONS= ASM "Disable assembly code (if it crashes)" OFF
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_ASM)
CONFIGURE_ARGS+= --disable-asm
.endif
.include <bsd.port.post.mk>