Index: games/libretro-px68k/Makefile =================================================================== --- games/libretro-px68k/Makefile (nonexistent) +++ games/libretro-px68k/Makefile (working copy) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= libretro-px68k +PORTVERSION= 0.20200527 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= SHARP X68000 libretro core + +LICENSE= GPLv2 + +USES= compiler:gcc-c++11-lib gmake +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= px68k-libretro +GH_TAGNAME= 415dd30 + +PLIST_FILES= lib/libretro/px68k_libretro.so + +MAKEFILE= Makefile.libretro + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} ${WRKSRC}/px68k_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + +.include Property changes on: games/libretro-px68k/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-px68k/distinfo =================================================================== --- games/libretro-px68k/distinfo (nonexistent) +++ games/libretro-px68k/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590636723 +SHA256 (libretro-px68k-libretro-0.20200527-415dd30_GH0.tar.gz) = e12f032a40f250bd0bb4f6593492167af652bec99b8b6d0d7530f0bc558a8fd5 +SIZE (libretro-px68k-libretro-0.20200527-415dd30_GH0.tar.gz) = 535257 Property changes on: games/libretro-px68k/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-px68k/pkg-descr =================================================================== --- games/libretro-px68k/pkg-descr (nonexistent) +++ games/libretro-px68k/pkg-descr (working copy) @@ -0,0 +1,3 @@ +SHARP X68000 libretro core + +WWW: https://github.com/libretro/px68k-libretro Property changes on: games/libretro-px68k/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