Add new port games/libretro-beetle_pce:
Standalone port of Mednafen PCE to libretro. https://github.com/libretro/beetle-pce-libretro PR: 246787 Submitted by: Daniel Menelkir
This commit is contained in:
parent
00ef70005d
commit
6367fe8bf6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=558361
@ -483,6 +483,7 @@
|
||||
SUBDIR += libretro-beetle_gba
|
||||
SUBDIR += libretro-beetle_lynx
|
||||
SUBDIR += libretro-beetle_ngp
|
||||
SUBDIR += libretro-beetle_pce
|
||||
SUBDIR += libretro-beetle_pce_fast
|
||||
SUBDIR += libretro-beetle_pcfx
|
||||
SUBDIR += libretro-beetle_psx
|
||||
|
26
games/libretro-beetle_pce/Makefile
Normal file
26
games/libretro-beetle_pce/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libretro-beetle_pce
|
||||
PORTVERSION= 0.20200527
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= menelkir@itroll.org
|
||||
COMMENT= Standalone port of Mednafen PCE to libretro
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= compiler:c++11-lib gmake
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libretro
|
||||
GH_PROJECT= beetle-pce-libretro
|
||||
GH_TAGNAME= a54a259
|
||||
|
||||
PLIST_FILES= lib/libretro/mednafen_pce_libretro.so
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||
${INSTALL_LIB} ${WRKSRC}/mednafen_pce_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/libretro-beetle_pce/distinfo
Normal file
3
games/libretro-beetle_pce/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1590588371
|
||||
SHA256 (libretro-beetle-pce-libretro-0.20200527-a54a259_GH0.tar.gz) = 050fdf3f92c4b88c09cbec40866a011e5cabfcc8f6d9237c75435a2254743723
|
||||
SIZE (libretro-beetle-pce-libretro-0.20200527-a54a259_GH0.tar.gz) = 1223959
|
3
games/libretro-beetle_pce/pkg-descr
Normal file
3
games/libretro-beetle_pce/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Standalone port of Mednafen PCE to libretro.
|
||||
|
||||
WWW: https://github.com/libretro/beetle-pce-libretro
|
Loading…
Reference in New Issue
Block a user