aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Menelkir <dmenelkir@gmail.com>2022-03-14 03:49:44 +0000
committerNeel Chauhan <nc@FreeBSD.org>2022-03-14 03:49:44 +0000
commit0c90b30e74cd84ea30d34844e5051db5d1f2b052 (patch)
tree4c10021513c355bddf0385e7d4818099d9075780
parentee0d2cd0c5f22dff4c1055807d989faed66aea0c (diff)
downloadports-0c90b30e74cd84ea30d34844e5051db5d1f2b052.tar.gz
ports-0c90b30e74cd84ea30d34844e5051db5d1f2b052.zip
games/libretro-a5200: New port
PR: 262479
-rw-r--r--games/Makefile1
-rw-r--r--games/libretro-a5200/Makefile24
-rw-r--r--games/libretro-a5200/distinfo3
-rw-r--r--games/libretro-a5200/pkg-descr3
4 files changed, 31 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 9549c7870ec7..2efaddcc3327 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -488,6 +488,7 @@
SUBDIR += libmt_client
SUBDIR += libretro
SUBDIR += libretro-2048
+ SUBDIR += libretro-a5200
SUBDIR += libretro-beetle_bsnes
SUBDIR += libretro-beetle_gba
SUBDIR += libretro-beetle_lynx
diff --git a/games/libretro-a5200/Makefile b/games/libretro-a5200/Makefile
new file mode 100644
index 000000000000..49108f6daf0e
--- /dev/null
+++ b/games/libretro-a5200/Makefile
@@ -0,0 +1,24 @@
+PORTNAME= libretro-a5200
+PORTVERSION= 0.20220113
+CATEGORIES= games
+
+MAINTAINER= dmenelkir@gmail.com
+COMMENT= Port of Atari 5200 emulator for GCW0
+
+LICENSE= GPLv2
+
+USES= compiler:c++11-lib gmake
+
+USE_GITHUB= yes
+GH_ACCOUNT= libretro
+GH_PROJECT= a5200
+GH_TAGNAME= 20c92c9bb159ddb9cc80afb66ad67148c995f7a1
+
+USE_LDCONFIG= yes
+PLIST_FILES= lib/libretro/a5200_libretro.so
+
+do-install:
+ ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
+ ${INSTALL_LIB} ${WRKSRC}/a5200_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
+
+.include <bsd.port.mk>
diff --git a/games/libretro-a5200/distinfo b/games/libretro-a5200/distinfo
new file mode 100644
index 000000000000..c9800bb7c024
--- /dev/null
+++ b/games/libretro-a5200/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1643049076
+SHA256 (libretro-a5200-0.20220113-20c92c9bb159ddb9cc80afb66ad67148c995f7a1_GH0.tar.gz) = 01b18a00ea791a51041f101ced97ea77d43e2affeb055d737c786079d7532c06
+SIZE (libretro-a5200-0.20220113-20c92c9bb159ddb9cc80afb66ad67148c995f7a1_GH0.tar.gz) = 260259
diff --git a/games/libretro-a5200/pkg-descr b/games/libretro-a5200/pkg-descr
new file mode 100644
index 000000000000..b920dead3c3a
--- /dev/null
+++ b/games/libretro-a5200/pkg-descr
@@ -0,0 +1,3 @@
+Port of Atari 5200 emulator for GCW0.
+
+WWW: https://github.com/libretro/a5200