f822f25ed8
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 WWW: http://code.google.com/p/game-music-emu/ PR: ports/146432 Submitted by: Anonymous
23 lines
437 B
Makefile
23 lines
437 B
Makefile
# New ports collection makefile for: libgme
|
|
# Date created: 9 May 2010
|
|
# Whom: Anonymous
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libgme
|
|
PORTVERSION= 0.5.5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= GOOGLE_CODE
|
|
DISTNAME= ${PROJECTHOST}-${PORTVERSION}
|
|
EXTRACT_SUFX= .tbz2
|
|
|
|
MAINTAINER= swell.k@gmail.com
|
|
COMMENT= A collection of video game music emulators
|
|
|
|
PROJECTHOST= game-music-emu
|
|
USE_BZIP2= yes
|
|
USE_CMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|