Import games/monkeybubble version 0.4.0_6
[dports.git] / games / monkeybubble / Makefile
1 # New ports collection makefile for:    monkeybubble
2 # Date created:                         06 October 2003
3 # Whom:                                 Adam Weinberger
4 #
5 # $FreeBSD: ports/games/monkeybubble/Makefile,v 1.38 2012/11/17 05:57:46 svnexp Exp $
6 #
7
8 PORTNAME=       monkeybubble
9 PORTVERSION=    0.4.0
10 PORTREVISION=   6
11 CATEGORIES=     games gnome
12 MASTER_SITES=   http://home.gna.org/monkeybubble/downloads/
13 DISTNAME=       monkey-bubble-${PORTVERSION}
14
15 MAINTAINER=     ports@FreeBSD.org
16 COMMENT=        GTK2 Puzzle Bobble clone with monkeys
17
18 USE_GNOME=      gnomedocutils gnomehack gnomeprefix intlhack \
19                 librsvg2 libgnomeui
20 USE_GSTREAMER=  yes
21 USE_GMAKE=      yes
22 GNU_CONFIGURE=  yes
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib
25 INSTALLS_OMF=   yes
26
27 GCONF_SCHEMAS=  monkey-bubble.schemas
28
29 .include <bsd.port.pre.mk>
30
31 post-patch:
32         @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
33                 's|-g -O2||g ; \
34                  s|-Werror||g'
35
36 .include <bsd.port.post.mk>