aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/libretro-cap32/Makefile25
-rw-r--r--games/libretro-cap32/distinfo3
-rw-r--r--games/libretro-cap32/pkg-descr3
4 files changed, 32 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index 620995086917..b803b3269c8b 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -485,6 +485,7 @@
SUBDIR += libretro-beetle_vb
SUBDIR += libretro-beetle_wswan
SUBDIR += libretro-bluemsx
+ SUBDIR += libretro-cap32
SUBDIR += libretro-core-info
SUBDIR += libretro-desmume2015
SUBDIR += libretro-dosbox
diff --git a/games/libretro-cap32/Makefile b/games/libretro-cap32/Makefile
new file mode 100644
index 000000000000..4ad86a799645
--- /dev/null
+++ b/games/libretro-cap32/Makefile
@@ -0,0 +1,25 @@
+# $FreeBSD$
+
+PORTNAME= libretro-cap32
+PORTVERSION= 0.20200504
+CATEGORIES= games
+
+MAINTAINER= menelkir@itroll.org
+COMMENT= Amstrad CPC computers emulator core for libretro API
+
+LICENSE= GPLv2
+
+USES= gmake localbase
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= libretro
+GH_TAGNAME= 520ab0f
+
+PLIST_FILES= lib/libretro/cap32_libretro.so
+
+do-install:
+ ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro;
+ ${INSTALL_LIB} ${WRKSRC}/cap32_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro;
+
+.include <bsd.port.mk>
diff --git a/games/libretro-cap32/distinfo b/games/libretro-cap32/distinfo
new file mode 100644
index 000000000000..9f343b7742b6
--- /dev/null
+++ b/games/libretro-cap32/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1588719542
+SHA256 (libretro-libretro-cap32-0.20200504-520ab0f_GH0.tar.gz) = be1d4840111d4c06ccad868cd199c2da83d81d774bedd10cf568d3fe878d4d9b
+SIZE (libretro-libretro-cap32-0.20200504-520ab0f_GH0.tar.gz) = 1044106
diff --git a/games/libretro-cap32/pkg-descr b/games/libretro-cap32/pkg-descr
new file mode 100644
index 000000000000..69c87b0d508f
--- /dev/null
+++ b/games/libretro-cap32/pkg-descr
@@ -0,0 +1,3 @@
+Amstrad CPC computers emulator core for libretro API
+
+WWW: https://github.com/libretro/libretro-cap32