1 | #Qemu 6.0 |
---|
2 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
3 | PortSystem 1.0 |
---|
4 | name qemu6 |
---|
5 | version 6.0.0 |
---|
6 | categories devel |
---|
7 | platforms darwin |
---|
8 | description Qemu Virt/Emu |
---|
9 | long_description QEMU is a generic and open source machine emulator and virtualizer. |
---|
10 | homepage https://www.qemu.org/ |
---|
11 | master_sites https://download.qemu.org/qemu-6.0.0.tar.xz |
---|
12 | checksums rmd160 0785bb4c32f1e9d23dcdfad562f18d232677a0c6 \ |
---|
13 | sha256 87bc1a471ca24b97e7005711066007d443423d19aacda3d442558ae032fa30b9 \ |
---|
14 | size 107333232 |
---|
15 | depends_lib port:libffi \ |
---|
16 | port:gettext \ |
---|
17 | port:glib2 \ |
---|
18 | port:pkgconf \ |
---|
19 | port:autoconf \ |
---|
20 | port:automake \ |
---|
21 | port:libpixman \ |
---|
22 | port:ninja \ |
---|
23 | port:zstd |
---|
24 | configure.args --prefix="/opt/local" \ |
---|
25 | --interp-prefix="/opt/local/usr/gnemul/qemu-%M" \ |
---|
26 | --target-list=i386-softmmu,m68k-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,ppc64-softmmu,x86_64-softmmu,sparc-softmmu,sparc64-softmmu,aarch64-softmmu,arm-softmmu \ |
---|
27 | --enable-lto \ |
---|
28 | --enable-cocoa \ |
---|
29 | --enable-hvf \ |
---|
30 | --enable-vvfat \ |
---|
31 | --enable-tpm \ |
---|
32 | --enable-coroutine-pool \ |
---|
33 | --enable-libusb \ |
---|
34 | --enable-dmg \ |
---|
35 | --enable-tools \ |
---|
36 | --enable-bochs \ |
---|
37 | --enable-zstd |
---|