Date: Tue, 27 May 2014 13:26:58 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355512 - head/games/paintown Message-ID: <201405271326.s4RDQwJW010367@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue May 27 13:26:58 2014 New Revision: 355512 URL: http://svnweb.freebsd.org/changeset/ports/355512 QAT: https://qat.redports.org/buildarchive/r355512/ Log: Convert to USES=scons Modified: head/games/paintown/Makefile Modified: head/games/paintown/Makefile ============================================================================== --- head/games/paintown/Makefile Tue May 27 13:21:13 2014 (r355511) +++ head/games/paintown/Makefile Tue May 27 13:26:58 2014 (r355512) @@ -16,15 +16,11 @@ LIB_DEPENDS= liballeg.so:${PORTSDIR}/dev libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 -USES= dos2unix tar:bzip2 -USE_SCONS= yes +USES= dos2unix scons tar:bzip2 USE_SDL= yes INSTALLS_ICONS= yes DOS2UNIX_REGEX= .*\.(c|cpp|h) -SCONS_BUILDENV+=CPPPATH="${LOCALBASE}/include" \ - LIBPATH="${LOCALBASE}/lib" - DESKTOP_ENTRIES="Paintown" "Fighting game similar to Streets of Rage and TMNT" \ "${LOCALBASE}/share/icons/hicolor/32x32/apps/paintown.png" \ "paintown" "Game;ActionGame;" false
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271326.s4RDQwJW010367>