1 | # $Id: Portfile 51335 2009-05-23 04:56:21Z raimue@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name qemu |
---|
6 | version 0.11.0-rc1 |
---|
7 | categories emulators |
---|
8 | platforms darwin |
---|
9 | maintainers gmail.com:ranauei |
---|
10 | description x86 and PowerPC Emulator |
---|
11 | long_description QEMU is a FAST! processor emulator using dynamic translation \ |
---|
12 | to achieve good emulation speed. It can emulate a full PC \ |
---|
13 | system and has basic support for PowerMac emulation. |
---|
14 | homepage http://www.nongnu.org/qemu/ |
---|
15 | master_sites nongnu |
---|
16 | checksums md5 de60583ad4dbefe4fe4693bf247931a6 \ |
---|
17 | sha1 42cfe482fa45574517248322aae48871a0d7672a \ |
---|
18 | rmd160 9c054b858d891892cbaa1a4658a0502592f05d7a |
---|
19 | |
---|
20 | configure.args --cc=${configure.cc} |
---|
21 | |
---|
22 | platform macosx { |
---|
23 | configure.args-append --enable-cocoa --target-list=i386-softmmu |
---|
24 | } |
---|