1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Unbreak by added boost-libs as a dependency

- Un-mute binary-stripping
- Bump PORTREVISION
This commit is contained in:
Lars Engels 2016-04-30 13:47:07 +00:00
parent a3bab82c7f
commit 450a9e34df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414346

View File

@ -3,6 +3,7 @@
PORTNAME= scummvm-tools
DISTVERSION= 1.8.0
PORTREVISION= 1
CATEGORIES= games emulators
MASTER_SITES= SF/scummvm/${PORTNAME}/${DISTVERSION}
@ -16,7 +17,8 @@ BUILD_DEPENDS= lame:audio/lame \
flac:audio/flac \
oggenc:audio/vorbis-tools
LIB_DEPENDS= libpng.so:graphics/png \
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libpng.so:graphics/png \
libvorbis.so:audio/libvorbis
USES= gmake tar:bzip2
@ -51,7 +53,7 @@ pre-patch:
${WRKSRC}/configure
pre-install:
@${STRIP_CMD} ${STRIP_FILES:S|^|${WRKSRC}/|}
${STRIP_CMD} ${STRIP_FILES:S|^|${WRKSRC}/|}
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}