Update to 0.6.0.

PR:		ports/68533
Submitted by:	maintainer
This commit is contained in:
Adam Weinberger 2004-07-01 02:19:21 +00:00
parent c9d4a8763a
commit e160c4cfb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112637
3 changed files with 26 additions and 14 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= scummvm-tools
PORTVERSION= 0.4.1
PORTREVISION= 2
PORTVERSION= 0.6.0
CATEGORIES= games emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scummvm
@ -16,17 +15,23 @@ MAINTAINER= alexander@trull.com
COMMENT= Tools for use with the SCUMMVM game emulator
RUN_DEPENDS= scummvm:${PORTSDIR}/games/scummvm
BUILD_DEPENDS= lame:${PORTSDIR}/audio/lame \
flac:${PORTSDIR}/audio/flac \
oggenc:${PORTSDIR}/audio/vorbis-tools \
oggdec:${PORTSDIR}/audio/vorbis-tools
USE_BZIP2= yes
USE_GMAKE= yes
USE_REINPLACE= yes
pre-patch:
@${REINPLACE_CMD} -e 's@:= -g -O@+= ${CFLAGS}@' \
${WRKSRC}/Makefile
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BUILD_DEPENDS+= gcc32:${PORTSDIR}/lang/gcc32
.endif
do-install:
.for i in extract rescumm descumm descumm6 simon1decr simon2mp3
.for i in descumm extract md5table mm_nes_extract queenrebuild rescumm
@${INSTALL_PROGRAM} ${WRKSRC}/$i ${PREFIX}/bin
.endfor
@ -35,4 +40,11 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
post-patch:
@${REINPLACE_CMD} -e 's@:= -g -O@+= ${CFLAGS}@' ${WRKSRC}/Makefile
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's/gcc/gcc32/g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's/g\+\+/g\+\+32/g' ${WRKSRC}/Makefile
.endif
.include <bsd.port.post.mk>

View file

@ -1,2 +1,2 @@
MD5 (scummvm-tools-0.4.1.tar.bz2) = d7415eb6e55a78061964930563f78308
SIZE (scummvm-tools-0.4.1.tar.bz2) = 39850
MD5 (scummvm-tools-0.6.0.tar.bz2) = 09ded7a8177fda1b861731052b8693c4
SIZE (scummvm-tools-0.6.0.tar.bz2) = 75514

View file

@ -1,8 +1,8 @@
bin/extract
bin/rescumm
bin/descumm
bin/descumm6
bin/simon1decr
bin/simon2mp3
bin/extract
bin/md5table
bin/mm_nes_extract
bin/queenrebuild
bin/rescumm
%%PORTDOCS%%share/doc/scummvm-tools/README
%%PORTDOCS%%@dirrm share/doc/scummvm-tools