Date: Fri, 13 Aug 2021 18:41:02 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9ac959189d3c - main - games/libretro-freeintv: New port: Mattel Intellivision libretro core Message-ID: <202108131841.17DIf2FY072094@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ac959189d3c7a703ca9d74284cecc97315f2208 commit 9ac959189d3c7a703ca9d74284cecc97315f2208 Author: Daniel Menelkir <menelkir@itroll.org> AuthorDate: 2021-08-13 18:40:50 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-08-13 18:40:50 +0000 games/libretro-freeintv: New port: Mattel Intellivision libretro core PR: 257040 --- games/Makefile | 1 + games/libretro-freeintv/Makefile | 25 +++++++++++++++++++++++++ games/libretro-freeintv/distinfo | 3 +++ games/libretro-freeintv/pkg-descr | 3 +++ 4 files changed, 32 insertions(+) diff --git a/games/Makefile b/games/Makefile index 636e43bbd79b..7f2214e7c353 100644 --- a/games/Makefile +++ b/games/Makefile @@ -499,6 +499,7 @@ SUBDIR += libretro-fbneo SUBDIR += libretro-fceumm SUBDIR += libretro-fmsx + SUBDIR += libretro-freeintv SUBDIR += libretro-fuse SUBDIR += libretro-gambatte SUBDIR += libretro-genesis_plus_gx diff --git a/games/libretro-freeintv/Makefile b/games/libretro-freeintv/Makefile new file mode 100644 index 000000000000..1c444d540f92 --- /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 <bsd.port.mk> 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..ca89af35f08d --- /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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108131841.17DIf2FY072094>