Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2020 07:47:27 +0000 (UTC)
From:      =?UTF-8?Q?Lo=c3=afc_Bartoletti?= <lbartoletti@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r537462 - in head/games: . libretro-fbneo libretro-fbneo/files
Message-ID:  <202006010747.0517lRPl078957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lbartoletti
Date: Mon Jun  1 07:47:27 2020
New Revision: 537462
URL: https://svnweb.freebsd.org/changeset/ports/537462

Log:
  [NEW PORT] games/libretro-fbneo: FBNeo - Final Burn Neo
  
  FBNeo is a fork of Final Burn Alpha with active and all-new development model.
  
  PR:		246123
  Submitted by:	menelkir@itroll.org
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D24969

Added:
  head/games/libretro-fbneo/
  head/games/libretro-fbneo/Makefile   (contents, props changed)
  head/games/libretro-fbneo/distinfo   (contents, props changed)
  head/games/libretro-fbneo/files/
  head/games/libretro-fbneo/files/patch-Makefile.freebsd   (contents, props changed)
  head/games/libretro-fbneo/pkg-descr   (contents, props changed)
Modified:
  head/games/Makefile

Modified: head/games/Makefile
==============================================================================
--- head/games/Makefile	Mon Jun  1 06:37:52 2020	(r537461)
+++ head/games/Makefile	Mon Jun  1 07:47:27 2020	(r537462)
@@ -492,6 +492,7 @@
     SUBDIR += libretro-dosbox
     SUBDIR += libretro-emux
     SUBDIR += libretro-fbalpha
+    SUBDIR += libretro-fbneo
     SUBDIR += libretro-fceumm
     SUBDIR += libretro-fmsx
     SUBDIR += libretro-fuse

Added: head/games/libretro-fbneo/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/libretro-fbneo/Makefile	Mon Jun  1 07:47:27 2020	(r537462)
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME=	libretro-fbneo
+PORTVERSION=	0.20200504
+CATEGORIES=	games
+
+MAINTAINER=	menelkir@itroll.org
+COMMENT=	Final Burn Alpha fork for libretro
+
+LICENSE=	FBNeo
+LICENSE_NAME=	FBNeo
+LICENSE_FILE=	${WRKSRC}/src/license.txt
+LICENSE_PERMS=  dist-mirror pkg-mirror auto-accept
+
+USES=		gmake gl
+USE_LDCONFIG=	yes
+USE_GL=		gl
+
+BUILD_DEPEND=	devel/nasm
+
+PLIST_FILES=	lib/libretro/fbneo_libretro.so
+
+NO_CDROM=       Commercial users must seek permission from copyright holders.
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	libretro
+GH_PROJECT=	FBNeo
+GH_TAGNAME=	09cff81
+
+MAKEFILE=	Makefile.freebsd
+
+do-install:
+	${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
+	${INSTALL_LIB} ${WRKSRC}/src/burner/libretro/fbneo_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
+
+.include <bsd.port.mk>

Added: head/games/libretro-fbneo/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/libretro-fbneo/distinfo	Mon Jun  1 07:47:27 2020	(r537462)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588719909
+SHA256 (libretro-FBNeo-0.20200504-09cff81_GH0.tar.gz) = b07cb5406bc889b5b5dcdb392ccfc55010e8292fc39a75c8729d2da0003b9c39
+SIZE (libretro-FBNeo-0.20200504-09cff81_GH0.tar.gz) = 14452274

Added: head/games/libretro-fbneo/files/patch-Makefile.freebsd
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/libretro-fbneo/files/patch-Makefile.freebsd	Mon Jun  1 07:47:27 2020	(r537462)
@@ -0,0 +1,5 @@
+--- Makefile.freebsd.orig	2020-05-02 12:53:57 UTC
++++ Makefile.freebsd
+@@ -0,0 +1,2 @@
++all:
++	cd src/burner/libretro && ${MAKE} 

Added: head/games/libretro-fbneo/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/libretro-fbneo/pkg-descr	Mon Jun  1 07:47:27 2020	(r537462)
@@ -0,0 +1,3 @@
+Final Burn Alpha fork for libretro.
+
+WWW: https://github.com/libretro/FBNeo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006010747.0517lRPl078957>