1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/emulators/Makefile
Muhammad Moinur Rahman d5083d08c4 [NEW] emulators/qemu31: QEMU CPU Emulator - 3.1.X version
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 (Linux host only). 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.

  See also the preconfigured system images on http://oszoo.org/
  Many live cd isos also work.

WWW: http://wiki.qemu.org/Main_Page

This is a repocopy of emulators/qemu as qemu will be updated to latest
STABLE 4.1.X branch
2019-11-25 09:43:08 +00:00

180 lines
4.2 KiB
Makefile

# $FreeBSD$
#
COMMENT = Emulators for other operating systems
SUBDIR += adamem
SUBDIR += advancemame
SUBDIR += advancemenu
SUBDIR += advancemess
SUBDIR += almostti
SUBDIR += anese
SUBDIR += aqemu
SUBDIR += atari800
SUBDIR += bfe
SUBDIR += bochs
SUBDIR += bsvc
SUBDIR += cannonball
SUBDIR += catapult
SUBDIR += cinc
SUBDIR += cingb
SUBDIR += citra
SUBDIR += citra-qt5
SUBDIR += cpmemu
SUBDIR += cpmtools
SUBDIR += cpmtools2
SUBDIR += darcnes
SUBDIR += dgen-sdl
SUBDIR += dolphin-emu
SUBDIR += dosbox
SUBDIR += dtcyber
SUBDIR += dynagen
SUBDIR += dynagui
SUBDIR += dynamips-community
SUBDIR += e-uae
SUBDIR += edumips64
SUBDIR += emulationstation
SUBDIR += fceux
SUBDIR += fmsx
SUBDIR += frodo
SUBDIR += fs-uae
SUBDIR += fs-uae-launcher
SUBDIR += fuse
SUBDIR += fuse-roms
SUBDIR += fuse-utils
SUBDIR += gbe
SUBDIR += gem5
SUBDIR += gens
SUBDIR += gngb
SUBDIR += gngeo
SUBDIR += gxemul
SUBDIR += hatari
SUBDIR += hercules
SUBDIR += higan
SUBDIR += hugo
SUBDIR += i386-wine
SUBDIR += i386-wine-devel
SUBDIR += ines
SUBDIR += javatari
SUBDIR += joytran
SUBDIR += jzintv
SUBDIR += kcemu
SUBDIR += klh10
SUBDIR += lib765
SUBDIR += libdsk
SUBDIR += libspectrum
SUBDIR += linux-c6
SUBDIR += linux-c7
SUBDIR += linux-power9-functional-sim
SUBDIR += linux_base-c6
SUBDIR += linux_base-c7
SUBDIR += lisaem
SUBDIR += mame
SUBDIR += mastergear
SUBDIR += mednafen
SUBDIR += mesen
SUBDIR += mess
SUBDIR += mgba
SUBDIR += mtools
SUBDIR += mupen64plus
SUBDIR += mupen64plus-audio-sdl
SUBDIR += mupen64plus-core
SUBDIR += mupen64plus-input-sdl
SUBDIR += mupen64plus-plugins
SUBDIR += mupen64plus-qt
SUBDIR += mupen64plus-rsp-cxd4
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 += nestopia
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 += pcem
SUBDIR += pcemu
SUBDIR += pcsxr
SUBDIR += playonbsd
SUBDIR += ppsspp
SUBDIR += ppsspp-qt5
SUBDIR += py-gns3-converter
SUBDIR += py-unicorn
SUBDIR += qemu
SUBDIR += qemu-cheri
SUBDIR += qemu-devel
SUBDIR += qemu-powernv
SUBDIR += qemu-sbruno
SUBDIR += qemu-user-static
SUBDIR += qemu-utils
SUBDIR += qemu30
SUBDIR += qemu31
SUBDIR += qemu40
SUBDIR += qmc2
SUBDIR += quasi88
SUBDIR += riscv-fesvr
SUBDIR += riscv-isa-sim
SUBDIR += rpcs3
SUBDIR += rtc
SUBDIR += rubygem-fission
SUBDIR += simh
SUBDIR += skyeye
SUBDIR += snes9x-gtk
SUBDIR += spim
SUBDIR += stella
SUBDIR += stonx
SUBDIR += teo
SUBDIR += tiemu3
SUBDIR += tilem
SUBDIR += tme
SUBDIR += tpm-emulator
SUBDIR += tuxnes
SUBDIR += uae
SUBDIR += ucon64
SUBDIR += unicorn
SUBDIR += vba
SUBDIR += vboxtool
SUBDIR += vgb-bin
SUBDIR += vgba-bin
SUBDIR += vice
SUBDIR += virtualbox-ose
SUBDIR += virtualbox-ose-additions
SUBDIR += virtualbox-ose-additions-nox11
SUBDIR += virtualbox-ose-kmod
SUBDIR += virtualbox-ose-nox11
SUBDIR += visualboyadvance-m
SUBDIR += vmips
SUBDIR += vmsbackup
SUBDIR += vmw
SUBDIR += vpcs
SUBDIR += vxtools
SUBDIR += wine
SUBDIR += wine-devel
SUBDIR += wine-gecko
SUBDIR += wine-gecko-devel
SUBDIR += wine-mono
SUBDIR += wine-mono-devel
SUBDIR += winetricks
SUBDIR += wxmupen64plus
SUBDIR += x48
SUBDIR += x49gp
SUBDIR += xbraitenberg
SUBDIR += xcpc
SUBDIR += xen-kernel
SUBDIR += xhomer
SUBDIR += xsystem35
SUBDIR += xzx
SUBDIR += yuzu
SUBDIR += yuzu-qt5
SUBDIR += zsnes
.include <bsd.port.subdir.mk>