aboutsummaryrefslogtreecommitdiff
path: root/games/monkeybubble/Makefile
blob: a2a77596e5027368d55cf429173b540175fd97f2 (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
35
36
37
38
# New ports collection makefile for:	monkeybubble
# Date created:				06 October 2003
# Whom:					Adam Weinberger
#
# $FreeBSD$
#

PORTNAME=	monkeybubble
PORTVERSION=	0.3.2
PORTREVISION=	6
CATEGORIES=	games gnome
MASTER_SITES=	http://home.gna.org/monkeybubble/downloads/
DISTNAME=	monkey-bubble-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK2 Puzzle Bobble clone with monkeys

USE_X_PREFIX=	yes
HAS_MONKEYS=	yes

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_GSTREAMER80=	ogg gconf
USE_GNOME=	gnomehack gnomeprefix librsvg2 libgnomeui \
		intlhack

GCONF_SCHEMAS=	monkey-bubble.schemas

CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.pre.mk>

post-patch:
	${REINPLACE_CMD} -e "s,-Werror,," ${WRKSRC}/src/net/Makefile.in \
		${WRKSRC}/src/ui/Makefile.in

.include <bsd.port.post.mk>