mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
games/libretro-beetle_gba: rename to games/libretro-mednafen_gba
PR: 274647
This commit is contained in:
parent
9e6c40395f
commit
bd83eee7a7
6 changed files with 10 additions and 9 deletions
1
MOVED
1
MOVED
|
@ -7961,3 +7961,4 @@ textproc/kibana7||2023-11-02|Has expired: Depends on EOL NodeJS 16
|
|||
devel/electron22|devel/electron24|2023-11-02|Has expired: Depends on EOL NodeJS 16
|
||||
www/hedgedoc||2023-11-02|Has expired: Depends on EOL NodeJS 16
|
||||
games/libretro-beetle_bsnes|games/libretro-mednafen_bsnes|2023-10-26|Follow naming of libretro-super build script
|
||||
games/libretro-beetle_gba|games/libretro-mednafen_gba|2023-10-26|Follow naming of libretro-super build script
|
||||
|
|
|
@ -497,7 +497,6 @@
|
|||
SUBDIR += libretro
|
||||
SUBDIR += libretro-2048
|
||||
SUBDIR += libretro-a5200
|
||||
SUBDIR += libretro-beetle_gba
|
||||
SUBDIR += libretro-beetle_lynx
|
||||
SUBDIR += libretro-beetle_ngp
|
||||
SUBDIR += libretro-beetle_pce
|
||||
|
@ -532,6 +531,7 @@
|
|||
SUBDIR += libretro-mame2003
|
||||
SUBDIR += libretro-mame2003_plus
|
||||
SUBDIR += libretro-mednafen_bsnes
|
||||
SUBDIR += libretro-mednafen_gba
|
||||
SUBDIR += libretro-melonds
|
||||
SUBDIR += libretro-mgba
|
||||
SUBDIR += libretro-mu
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
TIMESTAMP = 1649322611
|
||||
SHA256 (libretro-beetle-gba-libretro-0.20210918-3818257_GH0.tar.gz) = a29024a2bf2e0c74b68b308254706004339c393ebb3170a392a6c14e66f72df9
|
||||
SIZE (libretro-beetle-gba-libretro-0.20210918-3818257_GH0.tar.gz) = 207983
|
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libretro-beetle_gba
|
||||
PORTVERSION= 0.20210918
|
||||
PORTNAME= libretro-mednafen_gba
|
||||
DISTVERSION= 0.20210918
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
@ -14,12 +14,12 @@ USE_LDCONFIG= yes
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libretro
|
||||
GH_PROJECT= beetle-gba-libretro
|
||||
GH_TAGNAME= 3818257
|
||||
GH_TAGNAME= 38182572571a48cb58057cde64b915237c4e2d58
|
||||
|
||||
PLIST_FILES= lib/libretro/mednafen_gba_libretro.so
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
||||
${INSTALL_LIB} ${WRKSRC}/mednafen_gba_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
||||
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||
${INSTALL_LIB} ${WRKSRC}/mednafen_gba_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/libretro-mednafen_gba/distinfo
Normal file
3
games/libretro-mednafen_gba/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1698314828
|
||||
SHA256 (libretro-beetle-gba-libretro-0.20210918-38182572571a48cb58057cde64b915237c4e2d58_GH0.tar.gz) = e4eaf64e9160b501cadf983a46b8a2a98c8b590a13ca9082793d9a11e17fdcaf
|
||||
SIZE (libretro-beetle-gba-libretro-0.20210918-38182572571a48cb58057cde64b915237c4e2d58_GH0.tar.gz) = 208121
|
Loading…
Add table
Reference in a new issue