aboutsummaryrefslogtreecommitdiff
path: root/games/monkeybubble
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-04 19:34:25 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-04 19:34:25 +0000
commit78d9646914cf90a9e7cd268cd3fd0bb81f1922ed (patch)
treeebe48918d3f3d37358f75e91beb9235498c8d919 /games/monkeybubble
parentcb61460c0a6a6ca2eb142dcefbeec348fb1c68c4 (diff)
Notes
Diffstat (limited to 'games/monkeybubble')
-rw-r--r--games/monkeybubble/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile
index 73ff870f96b4..faa992a268cd 100644
--- a/games/monkeybubble/Makefile
+++ b/games/monkeybubble/Makefile
@@ -11,7 +11,9 @@ DISTNAME= monkey-bubble-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK2 Puzzle Bobble clone with monkeys
-USES= pathfix gmake pkgconfig
+LICENSE= GPLv2
+
+USES= pathfix gmake pkgconfig
USE_GNOME= gnomedocutils gnomeprefix intlhack \
librsvg2 libgnomeui
USE_GSTREAMER= yes
@@ -22,9 +24,6 @@ INSTALLS_OMF= yes
GCONF_SCHEMAS= monkey-bubble.schemas
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-g -O2||g ; \
@@ -34,4 +33,4 @@ post-patch:
${WRKSRC}/src/net/simple-server.c \
${WRKSRC}/src/ui/main.c
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>