diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-09-26 09:24:33 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-09-26 09:24:33 +0000 |
commit | 0e95e4a0d74769d80aff820f5c5acf9ed16fdf06 (patch) | |
tree | 620c4177411467cfd124bb79fc84f717dcda47cd /games | |
parent | 141fb56f3402d0923635725810d2bcb12d8b5d15 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/scummvm-tools/Makefile | 14 | ||||
-rw-r--r-- | games/scummvm-tools/distinfo | 4 | ||||
-rw-r--r-- | games/scummvm-tools/pkg-descr | 2 | ||||
-rw-r--r-- | games/scummvm-tools/pkg-plist | 2 |
4 files changed, 7 insertions, 15 deletions
diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index ba952b40a619..ed08f1eb9930 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= scummvm-tools -DISTVERSION= 1.6.0 -PORTREVISION= 3 +DISTVERSION= 1.7.0 CATEGORIES= games emulators MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION} @@ -12,11 +11,10 @@ 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 @@ -53,12 +51,10 @@ pre-patch: ${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 <bsd.port.post.mk> diff --git a/games/scummvm-tools/distinfo b/games/scummvm-tools/distinfo index 51244fd8418b..66a97a2ff41d 100644 --- a/games/scummvm-tools/distinfo +++ b/games/scummvm-tools/distinfo @@ -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 diff --git a/games/scummvm-tools/pkg-descr b/games/scummvm-tools/pkg-descr index 5ef10f67e51f..ae19c7c771e3 100644 --- a/games/scummvm-tools/pkg-descr +++ b/games/scummvm-tools/pkg-descr @@ -6,5 +6,3 @@ uses libmp3lame to compress a monster.sou file to about 25% its original size. WWW: http://www.scummvm.org - --Miguel Mendez <flynn@energyhq.es.eu.org> diff --git a/games/scummvm-tools/pkg-plist b/games/scummvm-tools/pkg-plist index 8e4a785972cf..b43801397141 100644 --- a/games/scummvm-tools/pkg-plist +++ b/games/scummvm-tools/pkg-plist @@ -17,5 +17,3 @@ bin/scummvm-tools-cli %%DATADIR%%/scummvmtools.ico %%DATADIR%%/scummvmtools_128.png %%DATADIR%%/tile.gif -@dirrmtry %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |