# $Id: Portfile,v 1.1 2004/08/31 02:01:22 toby Exp $ PortSystem 1.0 name qemu version 0.6.0 homepage http://bellard.org/qemu categories emulators platforms darwin maintainers pidherbemont@opendarwin.org description x86 and PowerPC Emulator master_sites http://fabrice.bellard.free.fr/qemu/ checksums md5 cdbc7258f122f381cba7ac1ca6ce0722 depends_lib lib:libsdl:libsdl patchfiles patch-configure.diff \ patch-dyngen-exec.h \ patch-target-ppc_translate.c \ patch-slirp_config.h long_description QEMU is a FAST! processor emulator \ using dynamic translation to achieve \ good emulation speed. It can emulate \ a Full PC System and has basic support \ for PowerMac Emulation. # very pragmatic (ignores CFLAGS) pre-build { system "cd ${worksrcpath} && ln -s ${prefix}/include/SDL" } destroot.destdir prefix=${destroot}${prefix}