[NEW PORT] games/libretro-fmsx: FMSX - MSX Emulator
This is a libretro core for fMSX, one of the oldest MSX1/2/2+ Computers emulators. PR: 246120 Submitted by: menelkir@itroll.org Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24865
This commit is contained in:
parent
9b686acb9f
commit
34eeaab8ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=535969
@ -491,6 +491,7 @@
|
||||
SUBDIR += libretro-emux
|
||||
SUBDIR += libretro-fbalpha
|
||||
SUBDIR += libretro-fceumm
|
||||
SUBDIR += libretro-fmsx
|
||||
SUBDIR += libretro-fuse
|
||||
SUBDIR += libretro-gambatte
|
||||
SUBDIR += libretro-genesis_plus_gx
|
||||
|
29
games/libretro-fmsx/Makefile
Normal file
29
games/libretro-fmsx/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libretro-fmsx
|
||||
PORTVERSION= 0.20200504
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= menelkir@itroll.org
|
||||
COMMENT= Port of fMSX to the libretro API
|
||||
|
||||
LICENSE= FMSX
|
||||
LICENSE_NAME= FMSX
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
USES= compiler:c++11-lib gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libretro
|
||||
GH_PROJECT= fmsx-libretro
|
||||
GH_TAGNAME= c76e1dc
|
||||
|
||||
PLIST_FILES= lib/libretro/fmsx_libretro.so
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
||||
${INSTALL_LIB} ${WRKSRC}/fmsx_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/libretro-fmsx/distinfo
Normal file
3
games/libretro-fmsx/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1588720298
|
||||
SHA256 (libretro-fmsx-libretro-0.20200504-c76e1dc_GH0.tar.gz) = 3b6d96d9ce8783ee72ca4e750b4666eafbf2ae142e1040cf0eeed0d7cc364e09
|
||||
SIZE (libretro-fmsx-libretro-0.20200504-c76e1dc_GH0.tar.gz) = 621026
|
3
games/libretro-fmsx/pkg-descr
Normal file
3
games/libretro-fmsx/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Port of fMSX to the libretro API.
|
||||
|
||||
WWW: https://github.com/libretro/fmsx-libretro
|
Loading…
Reference in New Issue
Block a user