e8aef7de28
This package replaces emulators/libretro-catsfc. 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. Snes9x is a Super Nintendo Entertainment System / Super Famicom emulator. This is a port of SNES9x 1.43 for libretro (it was previously called CAT SFC). It is an ideal alternative to emulators with a more uncompromising approach to accuracy, since it runs at full speed on low end devices, for example, low power ARM SoCs.
24 lines
689 B
Makefile
24 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/08/10 20:14:29 nia Exp $
|
|
|
|
DISTNAME= libretro-snes9x2005-20180626
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=libretro/}
|
|
GITHUB_PROJECT= snes9x2005
|
|
GITHUB_TAG= 4423de5973de2e1a243031ee59d997f5e6220a6c
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://docs.libretro.com/library/snes9x_2005/
|
|
COMMENT= Libretro core based on the snes9x Super Nintendo emulator
|
|
LICENSE= no-commercial-use
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
|
|
|
|
INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
|
|
|
|
do-install:
|
|
${INSTALL_LIB} ${WRKSRC}/snes9x2005_libretro.so \
|
|
${DESTDIR}${PREFIX}/lib/libretro/snes9x2005_libretro.so
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|