svn commit: r332761 - head/games/monkeybubble
Danilo Egea Gondolfo
danilo at FreeBSD.org
Mon Nov 4 19:34:26 UTC 2013
Author: danilo
Date: Mon Nov 4 19:34:25 2013
New Revision: 332761
URL: http://svnweb.freebsd.org/changeset/ports/332761
Log:
- Add stage support
- Add LICENSE
Modified:
head/games/monkeybubble/Makefile
Modified: head/games/monkeybubble/Makefile
==============================================================================
--- head/games/monkeybubble/Makefile Mon Nov 4 19:26:51 2013 (r332760)
+++ head/games/monkeybubble/Makefile Mon Nov 4 19:34:25 2013 (r332761)
@@ -11,7 +11,9 @@ DISTNAME= monkey-bubble-${PORTVERSION}
MAINTAINER= ports at 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>
More information about the svn-ports-head
mailing list