freebsd-ports/emulators/Makefile
Juergen Lock 1a89f2e00b Add new port emulators/qemu-sbruno, to be used for qemu-user-static
once it builds again on 8 and 9:

QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.
QEMU has two operating modes:

    * Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherials.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
    * User mode emulation. In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used to
launch the Wine Windows API emulator or to ease cross-compilation and
cross-debugging.

As QEMU requires no host kernel patches to run, it is very safe and easy to use.

http://wiki.qemu.org/Main_Page

This is building sbruno's bsd-user github branch:

WWW: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
2014-12-30 23:50:20 +00:00

175 lines
4.1 KiB
Makefile

# $FreeBSD$
#
COMMENT = Emulators for other operating systems
SUBDIR += adamem
SUBDIR += advancemame
SUBDIR += advancemenu
SUBDIR += advancemess
SUBDIR += aftp
SUBDIR += aqemu
SUBDIR += atari800
SUBDIR += bfe
SUBDIR += bochs
SUBDIR += bsvc
SUBDIR += catapult
SUBDIR += cinc
SUBDIR += cingb
SUBDIR += cpmemu
SUBDIR += cpmtools
SUBDIR += cpmtools2
SUBDIR += darcnes
SUBDIR += dboxfe
SUBDIR += desmume
SUBDIR += dgen-sdl
SUBDIR += dolphin-emu
SUBDIR += dosbox
SUBDIR += doscmd
SUBDIR += dtcyber
SUBDIR += dynagen
SUBDIR += dynagui
SUBDIR += dynamips
SUBDIR += dynamips-community
SUBDIR += dynamips-devel
SUBDIR += e-uae
SUBDIR += fceux
SUBDIR += fmsx
SUBDIR += frodo
SUBDIR += fs-uae
SUBDIR += fs-uae-launcher
SUBDIR += fuse
SUBDIR += fuse-roms
SUBDIR += fuse-utils
SUBDIR += gbe
SUBDIR += generator
SUBDIR += generator-cbiere
SUBDIR += gens
SUBDIR += gngb
SUBDIR += gngeo
SUBDIR += gns3
SUBDIR += gnuboy
SUBDIR += gxemul
SUBDIR += hatari
SUBDIR += hercules
SUBDIR += higan
SUBDIR += hugo
SUBDIR += hyperv-is
SUBDIR += i386-wine
SUBDIR += i386-wine-compholio
SUBDIR += i386-wine-devel
SUBDIR += ia64sim
SUBDIR += ines
SUBDIR += javatari
SUBDIR += joytran
SUBDIR += jzintv
SUBDIR += kcemu
SUBDIR += klh10
SUBDIR += kqemu-kmod
SUBDIR += kqemu-kmod-devel
SUBDIR += lib765
SUBDIR += libdsk
SUBDIR += libspectrum
SUBDIR += linux-c6
SUBDIR += linux-f10
SUBDIR += linux_base-c6
SUBDIR += linux_base-f10
SUBDIR += linux_base-gentoo-stage3
SUBDIR += linux_dist-gentoo-stage3
SUBDIR += lisaem
SUBDIR += loemu
SUBDIR += m2000
SUBDIR += mame
SUBDIR += mastergear
SUBDIR += mednafen
SUBDIR += mess
SUBDIR += minivmac
SUBDIR += mtools
SUBDIR += mupen64plus
SUBDIR += mupen64plus-audio-sdl
SUBDIR += mupen64plus-core
SUBDIR += mupen64plus-input-sdl
SUBDIR += mupen64plus-plugins
SUBDIR += mupen64plus-rsp-hle
SUBDIR += mupen64plus-rsp-z64
SUBDIR += mupen64plus-ui-console
SUBDIR += mupen64plus-video-arachnoid
SUBDIR += mupen64plus-video-glide64
SUBDIR += mupen64plus-video-glide64mk2
SUBDIR += mupen64plus-video-rice
SUBDIR += mupen64plus-video-z64
SUBDIR += nonpareil
SUBDIR += o2em
SUBDIR += ods2reader
SUBDIR += open-vm-tools
SUBDIR += open-vm-tools-nox11
SUBDIR += openmsx
SUBDIR += p5-Acme-6502
SUBDIR += parallels-tools
SUBDIR += pcemu
SUBDIR += pcsxr
SUBDIR += pearpc
SUBDIR += pipelight
SUBDIR += q4wine
SUBDIR += qemu
SUBDIR += qemu-devel
SUBDIR += qemu-launcher
SUBDIR += qemu-sbruno
SUBDIR += qemu-user-static
SUBDIR += qmc2
SUBDIR += qtemu
SUBDIR += quasi88
SUBDIR += raine
SUBDIR += rtc
SUBDIR += rubygem-fission
SUBDIR += sim6811
SUBDIR += simh
SUBDIR += skyeye
SUBDIR += snes9express
SUBDIR += snes9x
SUBDIR += snes9x-gtk
SUBDIR += spim
SUBDIR += stella
SUBDIR += stonx
SUBDIR += swine
SUBDIR += tiemu3
SUBDIR += tilem
SUBDIR += tme
SUBDIR += tpm-emulator
SUBDIR += tuxnes
SUBDIR += uae
SUBDIR += ucon64
SUBDIR += vba
SUBDIR += vboxtool
SUBDIR += vgb-bin
SUBDIR += vgba-bin
SUBDIR += vice
SUBDIR += virtio-kmod
SUBDIR += virtualbox-ose
SUBDIR += virtualbox-ose-additions
SUBDIR += virtualbox-ose-kmod
SUBDIR += visualboyadvance-m
SUBDIR += vmips
SUBDIR += vmsbackup
SUBDIR += vmw
SUBDIR += vxtools
SUBDIR += wine
SUBDIR += wine-compholio
SUBDIR += wine-devel
SUBDIR += wine-gecko
SUBDIR += wine-gecko-devel
SUBDIR += wine-mono
SUBDIR += wine-mono-devel
SUBDIR += wxmupen64plus
SUBDIR += x48
SUBDIR += x49gp
SUBDIR += xbraitenberg
SUBDIR += xcpc
SUBDIR += xhomer
SUBDIR += xsystem35
SUBDIR += xzx
SUBDIR += yabause
SUBDIR += yape
SUBDIR += zsnes
.include <bsd.port.subdir.mk>