diff --git a/games/libretro-freeintv/Makefile b/games/libretro-freeintv/Makefile new file mode 100644 index 000000000000..20c756565a72 --- /dev/null +++ b/games/libretro-freeintv/Makefile @@ -0,0 +1,25 @@ +PORTNAME= libretro-freeintv +PORTVERSION= 0.20210512 +CATEGORIES= games + +MAINTAINER= menelkir@itroll.org +COMMENT= Libretro emulation core for the Mattel Intellivision + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= libretro +GH_PROJECT= FreeIntv +GH_TAGNAME= 5fc8d85 + +PLIST_FILES= lib/libretro/freeintv_libretro.so + +do-install: + ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro; + ${INSTALL_LIB} ${WRKSRC}/freeintv_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro; + +.include diff --git a/games/libretro-freeintv/distinfo b/games/libretro-freeintv/distinfo new file mode 100644 index 000000000000..80e0cf11d8ef --- /dev/null +++ b/games/libretro-freeintv/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1625660437 +SHA256 (libretro-FreeIntv-0.20210512-5fc8d85_GH0.tar.gz) = 321b2d19e74cbcf1e2955cc2f7a0d410c1ff273fc83d984df457992a3511e0fa +SIZE (libretro-FreeIntv-0.20210512-5fc8d85_GH0.tar.gz) = 707762 diff --git a/games/libretro-freeintv/pkg-descr b/games/libretro-freeintv/pkg-descr new file mode 100644 index 000000000000..758074b722e0 --- /dev/null +++ b/games/libretro-freeintv/pkg-descr @@ -0,0 +1,3 @@ +A libretro emulation core for Mattel Intellivision + +WWW: https://github.com/libretro/freeintv