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/scummvm-tools/Makefile | |
parent | 141fb56f3402d0923635725810d2bcb12d8b5d15 (diff) | |
download | ports-0e95e4a0d74769d80aff820f5c5acf9ed16fdf06.tar.gz ports-0e95e4a0d74769d80aff820f5c5acf9ed16fdf06.zip |
Notes
Diffstat (limited to 'games/scummvm-tools/Makefile')
-rw-r--r-- | games/scummvm-tools/Makefile | 14 |
1 files changed, 5 insertions, 9 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> |