803a9f3545
Based on the wip/libgme package by Pierre Allegraud with fixes by Aleksej Saushev and Roland Illig, updated to the latest version. 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
367 B
Makefile
12 lines
367 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/12/14 09:08:45 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= game-music-emu
|
|
|
|
.if !defined(GAME_MUSIC_EMU_BUILDLINK3_MK)
|
|
GAME_MUSIC_EMU_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.game-music-emu+= game-music-emu>=0.6.2
|
|
BUILDLINK_PKGSRCDIR.game-music-emu?= ../../audio/game-music-emu
|
|
.endif # GAME_MUSIC_EMU_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -game-music-emu
|