Index: games/libretro-yabause/Makefile =================================================================== --- games/libretro-yabause/Makefile (nonexistent) +++ games/libretro-yabause/Makefile (working copy) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= libretro-yabause +PORTVERSION= 0.20200502 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= Saturn emulator for libretro + +LICENSE= GPLv2 + +USES= compiler:c++11-lib gmake +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= yabause +GH_TAGNAME= 9be109f + +PLIST_FILES= lib/libretro/yabause_libretro.so + +MAKEFILE= Makefile.freebsd + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; + +.include Property changes on: games/libretro-yabause/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/libretro-yabause/distinfo =================================================================== --- games/libretro-yabause/distinfo (nonexistent) +++ games/libretro-yabause/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588427148 +SHA256 (libretro-yabause-0.20200502-9be109f_GH0.tar.gz) = 01ced72767c1246d6b4236e7964b26f35d56e373491229bcdbafc6d00cc5ced3 +SIZE (libretro-yabause-0.20200502-9be109f_GH0.tar.gz) = 18097044 Property changes on: games/libretro-yabause/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/libretro-yabause/files/patch-Makefile.freebsd =================================================================== --- games/libretro-yabause/files/patch-Makefile.freebsd (nonexistent) +++ games/libretro-yabause/files/patch-Makefile.freebsd (working copy) @@ -0,0 +1,5 @@ +--- Makefile.freebsd.orig 2020-05-02 13:46:15 UTC ++++ Makefile.freebsd +@@ -0,0 +1,2 @@ ++all: ++ cd yabause/src/libretro && ${MAKE} Property changes on: games/libretro-yabause/files/patch-Makefile.freebsd ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/libretro-yabause/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c =================================================================== --- games/libretro-yabause/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c (nonexistent) +++ games/libretro-yabause/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c (working copy) @@ -0,0 +1,11 @@ +--- yabause/src/libretro/libretro-common/rthreads/rthreads.c.orig 2020-05-02 13:49:27 UTC ++++ yabause/src/libretro/libretro-common/rthreads/rthreads.c +@@ -67,6 +67,8 @@ + #include + #endif + ++#include ++ + struct thread_data + { + void (*func)(void*); Property changes on: games/libretro-yabause/files/patch-yabause_src_libretro_libretro-common_rthreads_rthreads.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: games/libretro-yabause/pkg-descr =================================================================== --- games/libretro-yabause/pkg-descr (nonexistent) +++ games/libretro-yabause/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Saturn Emulator for libretro. + +WWW: https://github.com/libretro/yabause Property changes on: games/libretro-yabause/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property