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.20201218 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= Libretro implementation of "Rick Dangerous" + +LICENSE= GPLv2 + +USES= sdl gmake localbase +USE_LDCONFIG= yes +USE_SDL= sdl + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= xrick-libretro +GH_TAGNAME= 0aad6c6 + +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 = 1608284799 +SHA256 (libretro-xrick-libretro-0.20201218-0aad6c6_GH0.tar.gz) = 7697696c0f4bf42f8564f6cfa19d5d680cba1c11f7e585b3c952a579622c2e06 +SIZE (libretro-xrick-libretro-0.20201218-0aad6c6_GH0.tar.gz) = 1821992 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/files/patch-Makefile.libretro =================================================================== --- games/libretro-xrick/files/patch-Makefile.libretro (nonexistent) +++ games/libretro-xrick/files/patch-Makefile.libretro (working copy) @@ -0,0 +1,11 @@ +--- Makefile.libretro.orig 2020-12-18 11:59:03 UTC ++++ Makefile.libretro +@@ -39,7 +39,7 @@ ifeq ($(platform), android) + SHARED := -Wl,--fix-cortex-a8 -llog --shared -Wl,--version-script=$(CORE_DIR)/libretro/core/link.T -Wl,--no-undefined + + else ifeq ($(platform), unix) +- CC = gcc ++ CC? = gcc + TARGET := $(TARGET_NAME)_libretro.so + fpic := -fPIC + ifneq ($(findstring SunOS,$(shell uname -a)),) Property changes on: games/libretro-xrick/files/patch-Makefile.libretro ___________________________________________________________________ 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