Index: games/libretro-paralleln64/Makefile =================================================================== --- games/libretro-paralleln64/Makefile (nonexistent) +++ games/libretro-paralleln64/Makefile (working copy) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= libretro-paralleln64 +PORTVERSION= 0.20200520 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= Improved nintendo 64 core for libretro + +LICENSE= GPLv2 + +USES= compiler:gcc-c++11-lib gmake gl localbase +USE_GL= gl +USE_LDCONFIG= yes + +DYNAREC= ${"${ARCH:Mamd64}" != "" \ + :?x86_64:}${"${ARCH:Mi386}" != "" \ + :?x86:}${"${ARCH:Marm}" != "" \ + :?arm:}${"${ARCH:Maarch64}" != "" \ + :?aarch64:} + +MAKE_ARGS= ${"${DYNAREC}"!="":?WITH_DYNAREC=${DYNAREC}:} + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= parallel-n64 +GH_TAGNAME= 6bccc14 + +PLIST_FILES= lib/libretro/parallel_n64_libretro.so + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} ${WRKSRC}/parallel_n64_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + +.include Property changes on: games/libretro-paralleln64/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-paralleln64/distinfo =================================================================== --- games/libretro-paralleln64/distinfo (nonexistent) +++ games/libretro-paralleln64/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590015902 +SHA256 (libretro-parallel-n64-0.20200520-6bccc14_GH0.tar.gz) = 6b1c7209067636a234c5216d116402b76a46de1c7c2e1e80b38a2584c2415224 +SIZE (libretro-parallel-n64-0.20200520-6bccc14_GH0.tar.gz) = 5518818 Property changes on: games/libretro-paralleln64/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-paralleln64/pkg-descr =================================================================== --- games/libretro-paralleln64/pkg-descr (nonexistent) +++ games/libretro-paralleln64/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Improved nintendo 64 core for libretro. + +WWW: https://github.com/libretro/parallel-n64 Property changes on: games/libretro-paralleln64/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