Date: Wed, 13 Nov 2013 02:06:26 +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: r333640 - head/games/xbubble Message-ID: <201311130206.rAD26Q9E006989@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Wed Nov 13 02:06:26 2013 New Revision: 333640 URL: http://svnweb.freebsd.org/changeset/ports/333640 Log: - Convert LIB_DEPENDS to new syntax - Convert USE_GMAKE to USES - Add stage support Modified: head/games/xbubble/Makefile head/games/xbubble/pkg-plist Modified: head/games/xbubble/Makefile ============================================================================== --- head/games/xbubble/Makefile Wed Nov 13 02:01:23 2013 (r333639) +++ head/games/xbubble/Makefile Wed Nov 13 02:06:26 2013 (r333640) @@ -11,17 +11,13 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle Bobble clone for Unix/X11 platforms -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png - -MAN6= xbubble.6 +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USE_XORG= x11 xmu GNU_CONFIGURE= yes -USE_GMAKE= yes -USES= gettext +USES= gettext gmake CPPFLAGS+= -I${LOCALBASE}/include/libpng15 LDFLAGS+= -L${LOCALBASE}/lib -lintl -NO_STAGE= yes .include <bsd.port.mk> Modified: head/games/xbubble/pkg-plist ============================================================================== --- head/games/xbubble/pkg-plist Wed Nov 13 02:01:23 2013 (r333639) +++ head/games/xbubble/pkg-plist Wed Nov 13 02:06:26 2013 (r333640) @@ -1,4 +1,5 @@ bin/xbubble +man/man6/xbubble.6.gz share/locale/fr/LC_MESSAGES/xbubble.mo share/xbubble/baskvli.pfb share/xbubble/fonts.dir
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311130206.rAD26Q9E006989>