2003-10-07 06:22:20 +02:00
|
|
|
# New ports collection makefile for: monkeybubble
|
|
|
|
# Date created: 06 October 2003
|
|
|
|
# Whom: Adam Weinberger
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= monkeybubble
|
2007-05-27 12:00:19 +02:00
|
|
|
PORTVERSION= 0.4.0
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 5
|
2003-10-07 06:22:20 +02:00
|
|
|
CATEGORIES= games gnome
|
2004-08-25 05:01:57 +02:00
|
|
|
MASTER_SITES= http://home.gna.org/monkeybubble/downloads/
|
2003-10-07 06:22:20 +02:00
|
|
|
DISTNAME= monkey-bubble-${PORTVERSION}
|
|
|
|
|
2006-09-23 21:35:56 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-07 06:22:20 +02:00
|
|
|
COMMENT= GTK2 Puzzle Bobble clone with monkeys
|
|
|
|
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomedocutils gnomehack gnomeprefix intlhack \
|
2007-05-27 12:00:19 +02:00
|
|
|
librsvg2 libgnomeui
|
|
|
|
USE_GSTREAMER= yes
|
2003-10-07 06:22:20 +02:00
|
|
|
USE_GMAKE= yes
|
2007-05-27 12:00:19 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-05-27 12:00:19 +02:00
|
|
|
INSTALLS_OMF= yes
|
2003-10-07 06:22:20 +02:00
|
|
|
|
2006-04-30 01:03:03 +02:00
|
|
|
GCONF_SCHEMAS= monkey-bubble.schemas
|
|
|
|
|
2006-12-22 16:14:12 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
post-patch:
|
2007-05-27 12:00:19 +02:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-g -O2||g ; \
|
|
|
|
s|-Werror||g'
|
2006-12-22 16:14:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|