Index: games/libretro-xrick/Makefile =================================================================== --- games/libretro-xrick/Makefile (nonexistent) +++ games/libretro-xrick/Makefile (working copy) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= libretro-xrick +PORTVERSION= 0.20200527 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= Libretro implementation of "Rick Dangerous" + +LICENSE= GPLv2 + +USES= compiler:gcc-c++11-lib gmake sdl localbase +USE_LDCONFIG= yes +USE_SDL= sdl + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= xrick-libretro +GH_TAGNAME= 5099ffa + +PLIST_FILES= lib/libretro/xrick_libretro.so + +MAKEFILE= Makefile.libretro + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} ${WRKSRC}/xrick_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + +.include Property changes on: games/libretro-xrick/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-xrick/distinfo =================================================================== --- games/libretro-xrick/distinfo (nonexistent) +++ games/libretro-xrick/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590634630 +SHA256 (libretro-xrick-libretro-0.20200527-5099ffa_GH0.tar.gz) = efc447e38bfb5cb3484c053baef7205cf56347c23ea6a902903366e00a0369d9 +SIZE (libretro-xrick-libretro-0.20200527-5099ffa_GH0.tar.gz) = 1815812 Property changes on: games/libretro-xrick/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-xrick/pkg-descr =================================================================== --- games/libretro-xrick/pkg-descr (nonexistent) +++ games/libretro-xrick/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Libretro implementation of "Rick Dangerous". + +WWW: https://github.com/libretro/xrick-libretro Property changes on: games/libretro-xrick/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