diff options
| author | Daniel Menelkir <menelkir@itroll.org> | 2021-08-13 18:40:50 +0000 |
|---|---|---|
| committer | Guangyuan Yang <ygy@FreeBSD.org> | 2021-08-13 18:40:50 +0000 |
| commit | 9ac959189d3c7a703ca9d74284cecc97315f2208 (patch) | |
| tree | fe6a52abbdf28777ddb22f4e8b1bbbc97d2df9bb | |
| parent | f20f0ad3ccff0a62421754692d473d1350904eb5 (diff) | |
games/libretro-freeintv: New port: Mattel Intellivision libretro core
PR: 257040
| -rw-r--r-- | games/Makefile | 1 | ||||
| -rw-r--r-- | games/libretro-freeintv/Makefile | 25 | ||||
| -rw-r--r-- | games/libretro-freeintv/distinfo | 3 | ||||
| -rw-r--r-- | games/libretro-freeintv/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
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 |
