1bab95be42
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. CATSFC is a Super Nintendo video game system emulator.
22 lines
656 B
Makefile
22 lines
656 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/05 02:23:37 jmcneill Exp $
|
|
|
|
DISTNAME= catsfc-libretro-20150204
|
|
PKGNAME= libretro-catsfc-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/CATSFC-libretro
|
|
COMMENT= Libretro core based on the CATSFC Super Nintendo emulator
|
|
|
|
WRKSRC= ${WRKDIR}/CATSFC-libretro-master
|
|
USE_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
|
|
|
|
do-install:
|
|
${INSTALL_LIB} ${WRKSRC}/catsfc_libretro.so \
|
|
${DESTDIR}${PREFIX}/lib/libretro/catsfc_libretro.so
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|