git: 9ac959189d3c - main - games/libretro-freeintv: New port: Mattel Intellivision libretro core
Guangyuan Yang
ygy at FreeBSD.org
Fri Aug 13 18:41:02 UTC 2021
The branch main has been updated by ygy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9ac959189d3c7a703ca9d74284cecc97315f2208
commit 9ac959189d3c7a703ca9d74284cecc97315f2208
Author: Daniel Menelkir <menelkir at itroll.org>
AuthorDate: 2021-08-13 18:40:50 +0000
Commit: Guangyuan Yang <ygy at 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 at 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
More information about the dev-commits-ports-all
mailing list