summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2020-12-18 09:26:02 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2020-12-18 09:26:02 +0000
commit00ef70005da2d1c0098c17f74e53ab01f1d4175f (patch)
treedc232555cd257104ad0e62b9adcf46b3cb42d79c /games
parentUpdate xmltooling to 3.2.0 (diff)
Add new port games/libretro-px68k:
SHARP X68000 libretro core. https://github.com/libretro/px68k-libretro PR: 246796 Submitted by: Daniel Menelkir
Notes
Notes: svn path=/head/; revision=558360
Diffstat (limited to 'games')
-rw-r--r--games/Makefile1
-rw-r--r--games/libretro-px68k/Makefile28
-rw-r--r--games/libretro-px68k/distinfo3
-rw-r--r--games/libretro-px68k/pkg-descr3
4 files changed, 35 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile
index f371edf3715b..3bb933ebccbe 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -521,6 +521,7 @@
SUBDIR += libretro-play
SUBDIR += libretro-prboom
SUBDIR += libretro-prosystem
+ SUBDIR += libretro-px68k
SUBDIR += libretro-quicknes
SUBDIR += libretro-scummvm
SUBDIR += libretro-shaders-glsl
diff --git a/games/libretro-px68k/Makefile b/games/libretro-px68k/Makefile
new file mode 100644
index 000000000000..8e18c04572aa
--- /dev/null
+++ b/games/libretro-px68k/Makefile
@@ -0,0 +1,28 @@
+# $FreeBSD$
+
+PORTNAME= libretro-px68k
+PORTVERSION= 0.20200527
+CATEGORIES= games
+
+MAINTAINER= menelkir@itroll.org
+COMMENT= SHARP X68000 libretro core
+
+LICENSE= GPLv2
+
+USES= compiler:gcc-c++11-lib gmake
+USE_LDCONFIG= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= libretro
+GH_PROJECT= px68k-libretro
+GH_TAGNAME= 415dd30
+
+PLIST_FILES= lib/libretro/px68k_libretro.so
+
+MAKEFILE= Makefile.libretro
+
+do-install:
+ ${MKDIR} ${STAGEDIR}/${PREFIX}/lib/libretro
+ ${INSTALL_LIB} ${WRKSRC}/px68k_libretro.so ${STAGEDIR}/${PREFIX}/lib/libretro
+
+.include <bsd.port.mk>
diff --git a/games/libretro-px68k/distinfo b/games/libretro-px68k/distinfo
new file mode 100644
index 000000000000..2edaab16e31b
--- /dev/null
+++ b/games/libretro-px68k/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1590636723
+SHA256 (libretro-px68k-libretro-0.20200527-415dd30_GH0.tar.gz) = e12f032a40f250bd0bb4f6593492167af652bec99b8b6d0d7530f0bc558a8fd5
+SIZE (libretro-px68k-libretro-0.20200527-415dd30_GH0.tar.gz) = 535257
diff --git a/games/libretro-px68k/pkg-descr b/games/libretro-px68k/pkg-descr
new file mode 100644
index 000000000000..927175106749
--- /dev/null
+++ b/games/libretro-px68k/pkg-descr
@@ -0,0 +1,3 @@
+SHARP X68000 libretro core.
+
+WWW: https://github.com/libretro/px68k-libretro