svn commit: r355512 - head/games/paintown

Baptiste Daroussin bapt at FreeBSD.org
Tue May 27 13:26:58 UTC 2014


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


More information about the svn-ports-all mailing list