Tweak games/kreversi version 4.14.3
[dports.git] / games / opencity / Makefile
1 # Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
2 # $FreeBSD$
3
4 PORTNAME=       opencity
5 PORTVERSION=    0.0.6.5
6 CATEGORIES=     games
7 MASTER_SITES=   SF/${PORTNAME}/Stable/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+)\..*$/\1/}/
8 DISTNAME=       ${PORTNAME}-${PORTVERSION}stable
9
10 MAINTAINER=     amdmi3@FreeBSD.org
11 COMMENT=        Free 3D city simulator
12
13 LICENSE=        GPLv2+
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 GNU_CONFIGURE=  yes
17 USES=           tar:bzip2 gmake pkgconfig
18 USE_SDL=        sdl mixer image net
19 USE_GL=         gl glu
20 INSTALL_TARGET= install-strip
21
22 PORTDOCS=       *
23 PORTDATA=       *
24
25 OPTIONS_DEFINE= DOCS
26
27 .include <bsd.port.pre.mk>
28
29 .if ${OSVERSION} < 1000000
30 USE_GCC=        yes
31 .endif
32
33 .include <bsd.port.post.mk>