87ed5a5671
We now have an up-to-date emulators/mame port for which we can build and distribute binary packages for amd64 and i386. More information here: https://marc.info/?l=openbsd-ports&m=151514926004836&w=2 MAME and MESS merged in 2015 so emulators/mame contains both. OK naddy@, bentley@, jca@
61 lines
1.3 KiB
Makefile
61 lines
1.3 KiB
Makefile
# $OpenBSD: Makefile,v 1.100 2018/08/25 06:46:59 fcambus Exp $
|
|
|
|
SUBDIR =
|
|
SUBDIR += BasiliskII
|
|
SUBDIR += advancemame
|
|
SUBDIR += atari800
|
|
SUBDIR += bochs
|
|
SUBDIR += bochs,debug
|
|
SUBDIR += citra
|
|
SUBDIR += coldfire
|
|
SUBDIR += desmume
|
|
SUBDIR += dgen-sdl
|
|
SUBDIR += dgen-sdl,debugger
|
|
SUBDIR += dolphin
|
|
SUBDIR += dosbox
|
|
SUBDIR += dynagen
|
|
SUBDIR += dynamips
|
|
SUBDIR += emulationstation
|
|
SUBDIR += fceux
|
|
SUBDIR += frodo
|
|
SUBDIR += fs-uae
|
|
SUBDIR += fs-uae-launcher
|
|
SUBDIR += fuse
|
|
SUBDIR += fuse-utils
|
|
SUBDIR += gambatte
|
|
SUBDIR += gns3
|
|
SUBDIR += gnusim8085
|
|
SUBDIR += gr-lida
|
|
SUBDIR += gxemul
|
|
SUBDIR += hatari
|
|
SUBDIR += higan
|
|
SUBDIR += libretro-genesis-plus-gx
|
|
SUBDIR += libretro-pcsx-rearmed
|
|
SUBDIR += mame
|
|
SUBDIR += mednafen
|
|
SUBDIR += mgba
|
|
SUBDIR += mupen64plus
|
|
SUBDIR += nestopia
|
|
SUBDIR += openmsx
|
|
SUBDIR += pcsxr
|
|
SUBDIR += qemu
|
|
SUBDIR += retroarch
|
|
SUBDIR += ppsspp
|
|
SUBDIR += simh
|
|
SUBDIR += snes9x
|
|
SUBDIR += spim
|
|
SUBDIR += stella
|
|
SUBDIR += uae
|
|
SUBDIR += ucon64
|
|
SUBDIR += vbam
|
|
SUBDIR += vice
|
|
SUBDIR += virtualjaguar
|
|
SUBDIR += x48
|
|
SUBDIR += xcopilot
|
|
SUBDIR += xhomer
|
|
SUBDIR += xnp2
|
|
SUBDIR += xroar
|
|
SUBDIR += yabause
|
|
|
|
.include <bsd.port.subdir.mk>
|