Index: head/games/scummvm-tools/Makefile =================================================================== --- head/games/scummvm-tools/Makefile (revision 369312) +++ head/games/scummvm-tools/Makefile (revision 369313) @@ -1,64 +1,60 @@ # Created by: Adam Weinberger # $FreeBSD$ PORTNAME= scummvm-tools -DISTVERSION= 1.6.0 -PORTREVISION= 3 +DISTVERSION= 1.7.0 CATEGORIES= games emulators MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} MAINTAINER= lme@FreeBSD.org COMMENT= Tools for use with the SCUMMVM game emulator LICENSE= GPLv2 -RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm +RUN_DEPENDS:= ${BUILD_DEPENDS} BUILD_DEPENDS= lame:${PORTSDIR}/audio/lame \ flac:${PORTSDIR}/audio/flac \ - oggenc:${PORTSDIR}/audio/vorbis-tools \ - oggdec:${PORTSDIR}/audio/vorbis-tools \ + oggenc:${PORTSDIR}/audio/vorbis-tools LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ libvorbis.so:${PORTSDIR}/audio/libvorbis USES= gmake tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_TARGET= STRIP_FILES= construct_mohawk create_sjisfnt decine degob dekyra \ deriven descumm desword2 extract_mohawk gob_loadcalc \ scummvm-tools-cli OPTIONS_DEFINE= WXGTK DOCS OPTIONS_DEFAULT= WXGTK .include .if ${PORT_OPTIONS:MWXGTK} USE_WX= 2.8 WX_COMP= wx:lib:build WX_UNICODE= yes WX_CONFIG_ARGS= absolute GUI_BIN= tools_gui PLIST_SUB= WX="" STRIP_FILES+= scummvm-tools .else CONFIGURE_ARGS+= --disable-wxwidgets PLIST_SUB= WX="@comment " .endif pre-patch: @${REINPLACE_CMD} -e 's|wxgtk2-2.8-config|${WX_CONFIG:C/.*\///}|' \ ${WRKSRC}/configure pre-install: -.for f in ${STRIP_FILES} - @${STRIP_CMD} ${WRKSRC}/$f -.endfor + @${STRIP_CMD} ${STRIP_FILES:S|^|${WRKSRC}/|} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Index: head/games/scummvm-tools/distinfo =================================================================== --- head/games/scummvm-tools/distinfo (revision 369312) +++ head/games/scummvm-tools/distinfo (revision 369313) @@ -1,2 +1,2 @@ -SHA256 (scummvm-tools-1.6.0.tar.bz2) = 66ac40732ab60d7bc3ab4fc6b6cd40191e1e1ede1bf4fd94dd01fa08ce1b9988 -SIZE (scummvm-tools-1.6.0.tar.bz2) = 954223 +SHA256 (scummvm-tools-1.7.0.tar.bz2) = b4005c3d68e4c5bda4fa9e31f3998fc5b45b7c9381890ed3d5f0b57f77a62589 +SIZE (scummvm-tools-1.7.0.tar.bz2) = 956801 Index: head/games/scummvm-tools/pkg-descr =================================================================== --- head/games/scummvm-tools/pkg-descr (revision 369312) +++ head/games/scummvm-tools/pkg-descr (revision 369313) @@ -1,10 +1,8 @@ This is a collection of various tools that may be useful to use in conjunction with ScummVM. It includes tools that will allow you to decompile and extract SCUMM scripts from various games, as well as graphics and sound. Of special note is the extract utility, which uses libmp3lame to compress a monster.sou file to about 25% its original size. WWW: http://www.scummvm.org - --Miguel Mendez Index: head/games/scummvm-tools/pkg-plist =================================================================== --- head/games/scummvm-tools/pkg-plist (revision 369312) +++ head/games/scummvm-tools/pkg-plist (revision 369313) @@ -1,21 +1,19 @@ bin/construct_mohawk bin/create_sjisfnt bin/decine bin/degob bin/dekyra bin/deriven bin/descumm bin/desword2 bin/extract_mohawk bin/gob_loadcalc %%WX%%bin/scummvm-tools bin/scummvm-tools-cli %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/detaillogo.jpg %%DATADIR%%/logo.jpg %%DATADIR%%/scummvmtools.icns %%DATADIR%%/scummvmtools.ico %%DATADIR%%/scummvmtools_128.png %%DATADIR%%/tile.gif -@dirrmtry %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%