Index: games/libretro-mu/Makefile =================================================================== --- games/libretro-mu/Makefile (nonexistent) +++ games/libretro-mu/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= libretro-mu +PORTVERSION= 0.20200504 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= PalmOS emulator to the libretro API + +LICENSE= GPLv3 MIT +LICENSE_COMB= multi + +USES= compiler:c++11-lib gmake +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= Mu +GH_TAGNAME= 4ac4068 + +PLIST_FILES= lib/libretro/mu_libretro.so + +MAKEFILE= Makefile.freebsd + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} ${WRKSRC}/libretroBuildSystem/mu_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + +.include Property changes on: games/libretro-mu/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-mu/distinfo =================================================================== --- games/libretro-mu/distinfo (nonexistent) +++ games/libretro-mu/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1588720451 +SHA256 (libretro-Mu-0.20200504-4ac4068_GH0.tar.gz) = 494e8bd382ff099342c7aa2eae8f6292705bcc0476e8c271bfbe331ba2d1a9a4 +SIZE (libretro-Mu-0.20200504-4ac4068_GH0.tar.gz) = 1152461 Property changes on: games/libretro-mu/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-mu/files/patch-Makefile.freebsd =================================================================== --- games/libretro-mu/files/patch-Makefile.freebsd (nonexistent) +++ games/libretro-mu/files/patch-Makefile.freebsd (working copy) @@ -0,0 +1,5 @@ +--- Makefile.freebsd.orig 2020-05-03 19:06:09 UTC ++++ Makefile.freebsd +@@ -0,0 +1,2 @@ ++all: ++ cd libretroBuildSystem && ${MAKE} Property changes on: games/libretro-mu/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-mu/pkg-descr =================================================================== --- games/libretro-mu/pkg-descr (nonexistent) +++ games/libretro-mu/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Palm OS emulator for libretro API + +WWW: https://github.com/libretro/Mu Property changes on: games/libretro-mu/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