pkgsrc/emulators/libretro-vba-next/Makefile
snj 9b94f38613 Import libretro-vba-next-20150105 as emulators/libretro-vba-next.
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.

VBA Next is an optimized port of the VBA-M Nintendo Game Boy Advance video
game system emulator.
2015-02-13 21:21:03 +00:00

27 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/02/13 21:21:03 snj Exp $
DISTNAME= a0dd88872fc734cf4cc595df1cd1240fa213ac10
PKGNAME= libretro-vba-next-20150105
CATEGORIES= emulators games
MASTER_SITES= https://github.com/libretro/vba-next/archive/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/libretro/vbam-libretro
COMMENT= Libretro core based on the VBA Next Game Boy Advance emulator
LICENSE= gnu-gpl-v2
USE_LANGUAGES+= c c++
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/vba-next-${DISTNAME}
MAKE_FILE= Makefile.libretro
INSTALLATION_DIRS= lib/libretro
do-install:
${INSTALL_LIB} ${WRKSRC}/vba_next_libretro.so \
${DESTDIR}${PREFIX}/lib/libretro/vba_next_libretro.so
.include "../../mk/bsd.pkg.mk"