Index: games/libretro-beetle_pce/Makefile =================================================================== --- games/libretro-beetle_pce/Makefile (nonexistent) +++ games/libretro-beetle_pce/Makefile (working copy) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= libretro-beetle_pce +PORTVERSION= 0.20200527 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= Standalone port of Mednafen PCE to libretro + +LICENSE= GPLv2 + +USES= compiler:c++11-lib gmake +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= beetle-pce-libretro +GH_TAGNAME= a54a259 + +PLIST_FILES= lib/libretro/mednafen_pce_libretro.so + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} ${WRKSRC}/mednafen_pce_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + +.include Property changes on: games/libretro-beetle_pce/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-beetle_pce/distinfo =================================================================== --- games/libretro-beetle_pce/distinfo (nonexistent) +++ games/libretro-beetle_pce/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590588371 +SHA256 (libretro-beetle-pce-libretro-0.20200527-a54a259_GH0.tar.gz) = 050fdf3f92c4b88c09cbec40866a011e5cabfcc8f6d9237c75435a2254743723 +SIZE (libretro-beetle-pce-libretro-0.20200527-a54a259_GH0.tar.gz) = 1223959 Property changes on: games/libretro-beetle_pce/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-beetle_pce/pkg-descr =================================================================== --- games/libretro-beetle_pce/pkg-descr (nonexistent) +++ games/libretro-beetle_pce/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Standalone port of Mednafen PCE to libretro. + +WWW: https://github.com/libretro/beetle-pce-libretro Property changes on: games/libretro-beetle_pce/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