blob: 9ec583d753186746e1afd5124740e22b32135e6c (
plain)
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
|
# New ports collection makefile for: monkeybubble
# Date created: 06 October 2003
# Whom: Adam Weinberger
#
# $FreeBSD$
#
PORTNAME= monkeybubble
PORTVERSION= 0.4.0
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_GNOME= gnomedocutils gnomehack gnomeprefix intlhack \
librsvg2 libgnomeui
USE_GSTREAMER= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALLS_OMF= yes
GCONF_SCHEMAS= monkey-bubble.schemas
.include <bsd.port.pre.mk>
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-g -O2||g ; \
s|-Werror||g'
.include <bsd.port.post.mk>
|