Date: Mon, 4 Nov 2013 19:34:25 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332761 - head/games/monkeybubble Message-ID: <201311041934.rA4JYPcn008293@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311041934.rA4JYPcn008293>