2bb867aea1
Libretro is a simple but powerful development interface that allows for the easy creation of emulators, games and multimedia applications that can plug straight into any libretro-compatible frontend. This development interface is open to others so that they can run these pluggable emulator and game cores also in their own programs or devices. Gambatte is a Nintendo Game Boy/Game Boy Color video game system emulator.
25 lines
752 B
Makefile
25 lines
752 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/05 01:40:45 jmcneill Exp $
|
|
|
|
DISTNAME= gambatte-libretro-20150204
|
|
PKGNAME= libretro-gambatte-20150204
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://ftp.NetBSD.org/pub/NetBSD/misc/jmcneill/retroarch/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/libretro/gambatte-libretro
|
|
COMMENT= Libretro core based on the Gambatte Game Boy Color emulator
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
WRKSRC= ${WRKDIR}/gambatte-libretro-master/libgambatte
|
|
USE_LANGUAGES= c c++
|
|
MAKE_FILE= Makefile.libretro
|
|
USE_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
|
|
|
|
do-install:
|
|
${INSTALL_LIB} ${WRKSRC}/gambatte_libretro.so \
|
|
${DESTDIR}${PREFIX}/lib/libretro/gambatte_libretro.so
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|