Index: games/libretro-fmsx/Makefile =================================================================== --- games/libretro-fmsx/Makefile (nonexistent) +++ games/libretro-fmsx/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= libretro-fmsx +PORTVERSION= 0.20200502 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= Port of fMSX to the libretro API + +LICENSE= FMSX +LICENSE_NAME= FMSX +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror pkg-mirror auto-accept + +USES= compiler:c++11-lib gmake +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= fmsx-libretro +GH_TAGNAME= c76e1dc + +PLIST_FILES= lib/libretro/fmsx_libretro.so + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/lib/libretro; + +.include Property changes on: games/libretro-fmsx/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-fmsx/distinfo =================================================================== --- games/libretro-fmsx/distinfo (nonexistent) +++ games/libretro-fmsx/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588417373 +SHA256 (libretro-fmsx-libretro-0.20200502-c76e1dc_GH0.tar.gz) = 3b6d96d9ce8783ee72ca4e750b4666eafbf2ae142e1040cf0eeed0d7cc364e09 +SIZE (libretro-fmsx-libretro-0.20200502-c76e1dc_GH0.tar.gz) = 621026 Property changes on: games/libretro-fmsx/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-fmsx/pkg-descr =================================================================== --- games/libretro-fmsx/pkg-descr (nonexistent) +++ games/libretro-fmsx/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Port of fMSX to the libretro API. + +WWW: https://github.com/libretro/fmsx-libretro Property changes on: games/libretro-fmsx/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