summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2015-02-04 22:57:29 +0000
committerjmcneill <jmcneill>2015-02-04 22:57:29 +0000
commitcfa8138cc60e8802283867fb8171a0536912649e (patch)
tree81cb6d79cba8f7e92942d5031f322c9276097499 /emulators
parent5b96e25350db871e4f76c8380cf5d98de8b8ba4e (diff)
downloadpkgsrc-cfa8138cc60e8802283867fb8171a0536912649e.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')
-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