diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 04:42:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 04:42:38 +0800 |
commit | 00820f555cca8eab9f8edc70cc8a1d73c92a9ed8 (patch) | |
tree | 384c9432d138c3956ae11f8e8f3a9e8f703276d5 /games | |
parent | f383441b64eb856f9f44e5c066a4c188a070a4b1 (diff) | |
download | freebsd-ports-gnome-00820f555cca8eab9f8edc70cc8a1d73c92a9ed8.tar.gz freebsd-ports-gnome-00820f555cca8eab9f8edc70cc8a1d73c92a9ed8.tar.zst freebsd-ports-gnome-00820f555cca8eab9f8edc70cc8a1d73c92a9ed8.zip |
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
Diffstat (limited to 'games')
-rw-r--r-- | games/blackshadeselite/Makefile | 3 | ||||
-rw-r--r-- | games/bloodfrontier/Makefile | 3 | ||||
-rw-r--r-- | games/caph/Makefile | 3 | ||||
-rw-r--r-- | games/critterding/Makefile | 7 | ||||
-rw-r--r-- | games/diameter/Makefile | 3 |
5 files changed, 5 insertions, 14 deletions
diff --git a/games/blackshadeselite/Makefile b/games/blackshadeselite/Makefile index 7eaf9f56dc94..c650781cd98f 100644 --- a/games/blackshadeselite/Makefile +++ b/games/blackshadeselite/Makefile @@ -13,8 +13,7 @@ COMMENT= Psychic Bodyguard FPS - protect the VIP LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis -USES= gmake openal:al,alut -USE_BZIP2= yes +USES= tar:bzip2 gmake openal:al,alut USE_SDL= sdl USE_GL= yes diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile index 6b695c633a14..bf7f127fbd5d 100644 --- a/games/bloodfrontier/Makefile +++ b/games/bloodfrontier/Makefile @@ -13,9 +13,8 @@ COMMENT= Single- and multi-player first-person shooter based on Cube 2 LICENSE= ZLIB -USES= gmake +USES= tar:bzip2 gmake GNU_CONFIGURE= yes -USE_BZIP2= yes CONFIGURE_WRKSRC= ${WRKSRC}/src/enet BUILD_WRKSRC= ${WRKSRC}/src WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/games/caph/Makefile b/games/caph/Makefile index 69a575cb1312..de1ab070a499 100644 --- a/games/caph/Makefile +++ b/games/caph/Makefile @@ -14,8 +14,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png -USES= iconv -USE_BZIP2= yes +USES= tar:bzip2 iconv USE_SDL= sdl USE_GL= gl diff --git a/games/critterding/Makefile b/games/critterding/Makefile index e9c62604586a..cb6a4e7caf56 100644 --- a/games/critterding/Makefile +++ b/games/critterding/Makefile @@ -12,8 +12,7 @@ COMMENT= Evolving Artificial Life LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -USE_BZIP2= yes -USES= pkgconfig +USES= tar:bzip2 pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtool USE_SDL= sdl @@ -27,8 +26,6 @@ PORTDOCS= README AUTHORS Changelog OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|../share/critterding|${DATADIR}|' \ ${WRKSRC}/src/gui/textprinter.cpp ${WRKSRC}/src/gl/glwindow.cpp @@ -36,12 +33,10 @@ post-patch: pre-configure: cd ${WRKSRC} && ${AUTORECONF} -fi -.if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk> diff --git a/games/diameter/Makefile b/games/diameter/Makefile index 1d385b297c31..e0e0878284ea 100644 --- a/games/diameter/Makefile +++ b/games/diameter/Makefile @@ -13,9 +13,8 @@ COMMENT= Arcade-style game with elements of economy and adventure LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libguichan.so:${PORTSDIR}/devel/guichan -USE_BZIP2= yes +USES= tar:bzip2 gmake pkgconfig GNU_CONFIGURE= yes -USES= gmake pkgconfig USE_GL= gl USE_SDL= sdl mixer image USE_PYTHON= yes |