Tweak devel/flatzebra version 0.1.6_1
[dports.git] / devel / flatzebra / Makefile
1 # Created by: Edwin Groothuis <edwin2mavetju.org>
2 # $FreeBSD$
3
4 PORTNAME=       flatzebra
5 PORTVERSION=    0.1.6
6 PORTREVISION=   1
7 CATEGORIES=     devel games
8 MASTER_SITES=   http://perso.b2b2c.ca/sarrazip/dev/
9
10 MAINTAINER=     edwin@mavetju.org
11 COMMENT=        A generic game engine for 2D double-buffering animation
12
13 GNU_CONFIGURE=  yes
14 CONFIGURE_ARGS= --includedir=${PREFIX}/include
15
16 USES=           pkgconfig
17 USE_AUTOTOOLS=  libtool
18 USE_SDL=        sdl mixer image
19
20 USE_LDCONFIG=   yes
21
22 DOCSDIR=        ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
23 PORTDOCS=       AUTHORS COPYING INSTALL NEWS README TODO THANKS
24
25 NO_STAGE=       yes
26
27 OPTIONS_DEFINE= DOCS
28
29 .include <bsd.port.options.mk>
30
31 post-patch:
32 .if empty(PORT_OPTIONS:MDOCS)
33         @${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-pkgconfigDATA|' ${WRKSRC}/Makefile.in
34 .endif
35
36 .include <bsd.port.mk>