Game_Music_Emu is a collection of video game music file emulators that support the following formats and systems: AY ZX Spectrum/Amstrad CPC GBS Nintendo Game Boy GYM Sega Genesis/Mega Drive HES NEC TurboGrafx-16/PC Engine KSS MSX Home Computer/other Z80 systems (doesn't support FM sound) NSF/NSFE Nintendo NES/Famicom (with VRC 6, Namco 106, and FME-7 sound) SAP Atari systems using POKEY sound chip SPC Super Nintendo/Super Famicom VGM/VGZ Sega Master System/Mark III, Sega Genesis/Mega Drive,BBC Micro
12 lines
302 B
Makefile
12 lines
302 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/08/01 02:27:48 pallegra Exp $
|
|
|
|
BUILDLINK_TREE+= libgme
|
|
|
|
.if !defined(LIBGME_BUILDLINK3_MK)
|
|
LIBGME_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libgme+= libgme>=0.5.5
|
|
BUILDLINK_PKGSRCDIR.libgme?= ../../wip/libgme
|
|
.endif # LIBGME_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libgme
|