aboutsummaryrefslogtreecommitdiffstats
path: root/games/opencity/Makefile
blob: 36a4d2ee07d75335be47e4128c8283b2c70e5774 (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
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$

PORTNAME=   opencity
PORTVERSION=    0.0.6.4
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   SF/${PORTNAME}/Stable/${PORTVERSION:C/^([0-9]+\.[0-9]+\.[0-9]+)\..*$/\1/}/
DISTNAME=   ${PORTNAME}-${PORTVERSION}stable

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    Free 3D city simulator

USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_SDL=    sdl mixer image net
USE_GL=     gl glu
USE_GCC=    any

PORTDOCS=   *

MAN6=       opencity.6

.include <bsd.port.options.mk>

.if ! ${PORT_OPTIONS:MDOCS}
post-patch:
    @${REINPLACE_CMD} -e '/install-data-am/ s|install-docsDATA||' \
        ${WRKSRC}/docs/Makefile.in
.endif

.include <bsd.port.mk>