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
18 lines
495 B
Makefile
18 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/12/14 09:08:45 wiz Exp $
|
|
|
|
DISTNAME= game-music-emu-0.6.2
|
|
CATEGORIES= audio
|
|
MASTER_SITES= https://bitbucket.org/mpyne/game-music-emu/downloads/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pallegra@gmail.com
|
|
HOMEPAGE= https://bitbucket.org/mpyne/game-music-emu/wiki/Home
|
|
COMMENT= Video game music file emulation/playback library
|
|
LICENSE= gnu-lgpl-v2.1 AND gnu-gpl-v2
|
|
|
|
USE_CMAKE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE= gme//libgme.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|