summaryrefslogtreecommitdiff
path: root/emulators/libretro-fceumm
diff options
context:
space:
mode:
authorjmcneill <jmcneill@pkgsrc.org>2015-02-04 22:57:29 +0000
committerjmcneill <jmcneill@pkgsrc.org>2015-02-04 22:57:29 +0000
commitcd4ef5356cd7db93428b3876319858e40abd5b7d (patch)
tree81cb6d79cba8f7e92942d5031f322c9276097499 /emulators/libretro-fceumm
parentc49906dc82c8504f250a49e0cb474e57981b1d67 (diff)
downloadpkgsrc-cd4ef5356cd7db93428b3876319858e40abd5b7d.tar.gz
Import libretro-fceumm-20150204 as emulators/libretro-fceumm.
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. FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that specializes in extensive mapper support.
Diffstat (limited to 'emulators/libretro-fceumm')
-rw-r--r--emulators/libretro-fceumm/DESCR8
-rw-r--r--emulators/libretro-fceumm/Makefile26
-rw-r--r--emulators/libretro-fceumm/PLIST2
-rw-r--r--emulators/libretro-fceumm/distinfo5
4 files changed, 41 insertions, 0 deletions
diff --git a/emulators/libretro-fceumm/DESCR b/emulators/libretro-fceumm/DESCR
new file mode 100644
index 00000000000..f9d97e95edd
--- /dev/null
+++ b/emulators/libretro-fceumm/DESCR
@@ -0,0 +1,8 @@
+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.
+
+FCEUmm (FCEUltra mappers modified) is a NES/Famicom emulator that specializes
+in extensive mapper support.
diff --git a/emulators/libretro-fceumm/Makefile b/emulators/libretro-fceumm/Makefile
new file mode 100644
index 00000000000..923d934f37a
--- /dev/null
+++ b/emulators/libretro-fceumm/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2015/02/04 22:57:29 jmcneill Exp $
+
+DISTNAME= fceumm-libretro-20150204
+PKGNAME= libretro-fceumm-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/libretro-fceumm
+COMMENT= Libretro core based on the FCEUmm emulator
+LICENSE= gnu-gpl-v2
+
+WRKSRC= ${WRKDIR}/libretro-fceumm-master
+MAKE_FILE= Makefile.libretro
+USE_TOOLS+= gmake
+
+CFLAGS+= -DHAVE_ASPRINTF
+
+INSTALLATION_DIRS+= ${PREFIX}/lib/libretro
+
+do-install:
+ ${INSTALL_LIB} ${WRKSRC}/fceumm_libretro.so \
+ ${DESTDIR}${PREFIX}/lib/libretro/fceumm_libretro.so
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/libretro-fceumm/PLIST b/emulators/libretro-fceumm/PLIST
new file mode 100644
index 00000000000..4e0bbccc6b1
--- /dev/null
+++ b/emulators/libretro-fceumm/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2015/02/04 22:57:29 jmcneill Exp $
+lib/libretro/fceumm_libretro.so
diff --git a/emulators/libretro-fceumm/distinfo b/emulators/libretro-fceumm/distinfo
new file mode 100644
index 00000000000..230f2ecfa29
--- /dev/null
+++ b/emulators/libretro-fceumm/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/02/04 22:57:29 jmcneill Exp $
+
+SHA1 (fceumm-libretro-20150204.zip) = a56ceff1b9ae434c9fa83a55aa0e2dfd9baf523b
+RMD160 (fceumm-libretro-20150204.zip) = 707ad067145272a031db529c98a5695837e04882
+Size (fceumm-libretro-20150204.zip) = 847075 bytes