1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

[NEW PORT] games/libretro-mu: PalmOS emulator to the libretro API

Mu is a PalmOS emulator core for libretro compatible emulators, such as games/retroarch.

PR:		246148
Submitted by:	menelkir@itroll.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D24863
This commit is contained in:
Loïc Bartoletti 2020-05-20 05:10:25 +00:00
parent a2e3d8c958
commit 9b686acb9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535968
5 changed files with 41 additions and 0 deletions

View File

@ -502,6 +502,7 @@
SUBDIR += libretro-mame2003
SUBDIR += libretro-mame2003_plus
SUBDIR += libretro-mgba
SUBDIR += libretro-mu
SUBDIR += libretro-nestopia
SUBDIR += libretro-nxengine
SUBDIR += libretro-o2em

View File

@ -0,0 +1,29 @@
# $FreeBSD$
PORTNAME= libretro-mu
PORTVERSION= 0.20200504
CATEGORIES= games
MAINTAINER= menelkir@itroll.org
COMMENT= PalmOS emulator to the libretro API
LICENSE= GPLv3 MIT
LICENSE_COMB= multi
USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= Mu
GH_TAGNAME= 4ac4068
PLIST_FILES= lib/libretro/mu_libretro.so
MAKEFILE= Makefile.freebsd
do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
${INSTALL_LIB} ${WRKSRC}/libretroBuildSystem/mu_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1588720451
SHA256 (libretro-Mu-0.20200504-4ac4068_GH0.tar.gz) = 494e8bd382ff099342c7aa2eae8f6292705bcc0476e8c271bfbe331ba2d1a9a4
SIZE (libretro-Mu-0.20200504-4ac4068_GH0.tar.gz) = 1152461

View File

@ -0,0 +1,5 @@
--- Makefile.freebsd.orig 2020-05-03 19:06:09 UTC
+++ Makefile.freebsd
@@ -0,0 +1,2 @@
+all:
+ cd libretroBuildSystem && ${MAKE}

View File

@ -0,0 +1,3 @@
Palm OS emulator for libretro API
WWW: https://github.com/libretro/Mu