Modified: trunk/dports/emulators/scummvm/Portfile (74410 => 74411)
--- trunk/dports/emulators/scummvm/Portfile 2010-12-16 00:25:48 UTC (rev 74410)
+++ trunk/dports/emulators/scummvm/Portfile 2010-12-16 02:33:44 UTC (rev 74411)
@@ -3,7 +3,7 @@
PortSystem 1.0
name scummvm
-version 0.13.1
+version 1.2.0
platforms darwin
categories emulators games
maintainers mww openmaintainer
@@ -17,9 +17,9 @@
homepage http://scummvm.org/
master_sites sourceforge
use_bzip2 yes
-checksums md5 843d9cd4470022bd3b269eb84298dc16 \
- sha1 7cb5d8e34b33ddb990daa6c9cfd1cd88613c74d6 \
- rmd160 7d5fa227f238f2cbe0997281513ad0dee89fcf5e
+checksums md5 fae9a3dbd4d2892664a8bcb161eb8d9a \
+ sha1 5443c3720179a9e75d46eb0282ec787637a76d36 \
+ rmd160 c0c3f982c955fc9d39102fefa936b0d86b115157
depends_lib path:lib/pkgconfig/sdl.pc:libsdl \
port:libmad \
port:libogg \
@@ -27,13 +27,17 @@
port:libmpeg2 \
port:flac
-configure.args --with-ogg-prefix=${prefix} \
+configure.args --with-sdl-prefix=${prefix} \
+ --with-mad-prefix=${prefix} \
+ --with-ogg-prefix=${prefix} \
--with-vorbis-prefix=${prefix} \
- --with-mad-prefix=${prefix} \
+ --enable-mpeg2 \
+ --with-mpeg2-prefix=${prefix} \
+ --with-flac-prefix=${prefix} \
--with-zlib-prefix=${prefix} \
- --with-flac-prefix=${prefix} \
- --with-sdl-prefix=${prefix}
-#build.target bundle
-build.args OSXOPT=${prefix}
+ --enable-release \
+ --enable-verbose-build
-destroot.args INSTALL=/usr/bin/install
+platform darwin {
+ destroot.args INSTALL=/usr/bin/install
+}