mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
games/libretro-fbneo: update to 0.20231025
PR: 274647
This commit is contained in:
parent
7d9a84a0ef
commit
1b5d5dbd2b
@ -1,5 +1,5 @@
|
||||
PORTNAME= libretro-fbneo
|
||||
PORTVERSION= 0.20220925
|
||||
DISTVERSION= 0.20231025
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -11,22 +11,21 @@ LICENSE_NAME= FBNeo
|
||||
LICENSE_FILE= ${WRKSRC}/src/license.txt
|
||||
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
||||
|
||||
USES= compiler:c11 gmake gl
|
||||
USES= compiler:c11 gmake
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= libretro
|
||||
GH_PROJECT= FBNeo
|
||||
GH_TAGNAME= 8678b0f
|
||||
GH_TAGNAME= 6f65c17648bb98217d8ddcdc750505d4ac0916e5
|
||||
|
||||
USE_GL= gl
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKEFILE= Makefile.freebsd
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/burner/libretro
|
||||
|
||||
PLIST_FILES= lib/libretro/fbneo_libretro.so
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
|
||||
${INSTALL_LIB} ${WRKSRC}/src/burner/libretro/fbneo_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
|
||||
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||
${INSTALL_LIB} ${WRKSRC}/src/burner/libretro/fbneo_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1664108821
|
||||
SHA256 (libretro-FBNeo-0.20220925-8678b0f_GH0.tar.gz) = 75659a4dc5af7ae6f25da68b46142ef60276ffa1c32cc69eccfee62ae72bd314
|
||||
SIZE (libretro-FBNeo-0.20220925-8678b0f_GH0.tar.gz) = 18142123
|
||||
TIMESTAMP = 1698314834
|
||||
SHA256 (libretro-FBNeo-0.20231025-6f65c17648bb98217d8ddcdc750505d4ac0916e5_GH0.tar.gz) = 31def370696919cbe683eaac69de3f5a078557e01e712f6a5aff0ef7b1434faa
|
||||
SIZE (libretro-FBNeo-0.20231025-6f65c17648bb98217d8ddcdc750505d4ac0916e5_GH0.tar.gz) = 18802674
|
||||
|
@ -1,5 +0,0 @@
|
||||
--- Makefile.freebsd.orig 2020-05-02 12:53:57 UTC
|
||||
+++ Makefile.freebsd
|
||||
@@ -0,0 +1,2 @@
|
||||
+all:
|
||||
+ cd src/burner/libretro && ${MAKE}
|
Loading…
Reference in New Issue
Block a user