Skip to content

Commit

Permalink
games/libretro-fbalpha: rename to games/libretro-fbalpha2012 + update…
Browse files Browse the repository at this point in the history
… to 0.20220327

PR:		274647
  • Loading branch information
sdalu authored and clausecker committed Nov 7, 2023
1 parent f9b11c6 commit 0d65836
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 62 deletions.
1 change: 1 addition & 0 deletions MOVED
Expand Up @@ -7971,3 +7971,4 @@ games/libretro-beetle_saturn|games/libretro-mednafen_saturn|2023-10-26|Follow na
games/libretro-beetle_supergrafx|games/libretro-mednafen_supergrafx|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_vb|games/libretro-mednafen_vb|2023-10-26|Follow naming of libretro-super build script
games/libretro-beetle_wswan|games/libretro-mednafen_wswan|2023-10-26|Follow naming of libretro-super build script
games/libretro-fbalpha|games/libretro-fbalpha2012|2023-10-26|Follow naming of libretro-super build script
2 changes: 1 addition & 1 deletion games/Makefile
Expand Up @@ -506,7 +506,7 @@
SUBDIR += libretro-desmume2015
SUBDIR += libretro-dosbox
SUBDIR += libretro-emux
SUBDIR += libretro-fbalpha
SUBDIR += libretro-fbalpha2012
SUBDIR += libretro-fbneo
SUBDIR += libretro-fceumm
SUBDIR += libretro-fmsx
Expand Down
33 changes: 0 additions & 33 deletions games/libretro-fbalpha/Makefile

This file was deleted.

3 changes: 0 additions & 3 deletions games/libretro-fbalpha/distinfo

This file was deleted.

5 changes: 0 additions & 5 deletions games/libretro-fbalpha/files/patch-Makefile.freebsd

This file was deleted.

This file was deleted.

35 changes: 35 additions & 0 deletions games/libretro-fbalpha2012/Makefile
@@ -0,0 +1,35 @@
PORTNAME= libretro-fbalpha2012
DISTVERSION= 0.20220327
CATEGORIES= games

MAINTAINER= ports@FreeBSD.org
COMMENT= Final Burn Alpha port for libretro
WWW= https://github.com/libretro/fbalpha2012

# Commercial users must seek permission from copyright holders.
LICENSE= FBA
LICENSE_NAME= FBA
LICENSE_FILE= ${WRKSRC}/src/license.txt
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept

USES= compiler:c++11-lib gmake
USE_LDCONFIG= yes

PLIST_FILES= lib/libretro/fbalpha2012_libretro.so

USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_PROJECT= fbalpha2012
GH_TAGNAME= 7f8860543a81ba79c0e1ce1aa219af44568c628a

CXXFLAGS+= -Wno-c++11-narrowing

WRKSRC_SUBDIR= svn-current/trunk
MAKEFILE= makefile.libretro
MAKE_ARGS= profile=performance

do-install:
${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
${INSTALL_LIB} ${WRKSRC}/fbalpha2012_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions games/libretro-fbalpha2012/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1698314777
SHA256 (libretro-fbalpha2012-0.20220327-7f8860543a81ba79c0e1ce1aa219af44568c628a_GH0.tar.gz) = 8de890151718424518b30bdef563a5922d1aa2442fd23a8453503cb7c42e65a7
SIZE (libretro-fbalpha2012-0.20220327-7f8860543a81ba79c0e1ce1aa219af44568c628a_GH0.tar.gz) = 4895817
File renamed without changes.

0 comments on commit 0d65836

Please sign in to comment.