blob: 817eef140718eaa5d56cf941204275b79a132df5 (
plain) (
blame)
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
33
34
|
# New ports collection makefile for: liquidwar
# Date created: 9 October 2005
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= liquidwar
PORTVERSION= 5.6.2
PORTREVISION= 1
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.41:${PORTSDIR}/devel/allegro
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
.include <bsd.port.mk>
|