# $Id: Portfile,v 1.4 2005/05/14 04:57:56 landonf Exp $ PortSystem 1.0 name qemu version 0.7.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 234e9ace03b00259bb57dc5a9c633056 depends_lib lib:libsdl:libsdl patchfiles patch-configure.diff 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. platform darwin { patchfiles-append patch-vl.c } platform darwin 8 { configure.args-append --cc=gcc-3.3 } variant cocoa { configure.args-append --enable-cocoa } destroot.destdir prefix=${destroot}${prefix}