summaryrefslogtreecommitdiffstats
path: root/games/monkeybubble/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/monkeybubble/Makefile')
-rw-r--r--games/monkeybubble/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile
new file mode 100644
index 000000000..ed828b2c7
--- /dev/null
+++ b/games/monkeybubble/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: monkeybubble
+# Date created: 06 October 2003
+# Whom: Adam Weinberger
+#
+# $FreeBSD: ports/games/monkeybubble/Makefile,v 1.3 2003/12/31 22:13:20 pav Exp $
+#
+
+PORTNAME= monkeybubble
+PORTVERSION= 0.1.7
+PORTREVISION= 2
+CATEGORIES= games gnome
+MASTER_SITES= http://monkey-bubble.tuxfamily.org/
+DISTNAME= monkey-bubble-${PORTVERSION}
+
+MAINTAINER= adamw@FreeBSD.org
+COMMENT= GTK2 Puzzle Bobble clone with monkeys
+
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_GMAKE= yes
+USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui lthack intlhack \
+ gstreamerplugins
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+post-patch:
+ @${REINPLACE_CMD} -e "s|gstreamer-0.6|gstreamer-0.7|g" \
+ ${WRKSRC}/configure
+
+.include <bsd.port.mk>