diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 21:26:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 21:26:58 +0800 |
commit | ed0227b06c6cdfb650ab0b22e4aff22c52cad170 (patch) | |
tree | ab739ee9df6cf810b9835a429619c0a1809331c0 /games | |
parent | 80d651eb05f02de1d8657811bacb46c1b44ddd3a (diff) | |
download | freebsd-ports-gnome-ed0227b06c6cdfb650ab0b22e4aff22c52cad170.tar.gz freebsd-ports-gnome-ed0227b06c6cdfb650ab0b22e4aff22c52cad170.tar.zst freebsd-ports-gnome-ed0227b06c6cdfb650ab0b22e4aff22c52cad170.zip |
Convert to USES=scons
Diffstat (limited to 'games')
-rw-r--r-- | games/paintown/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/paintown/Makefile b/games/paintown/Makefile index a7c9a7d45924..ac88b568554e 100644 --- a/games/paintown/Makefile +++ b/games/paintown/Makefile @@ -16,15 +16,11 @@ LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro \ 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 |