aboutsummaryrefslogtreecommitdiff
path: root/games/libretro-tyrquake
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-04-29 05:27:55 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-04-29 05:27:55 +0000
commitf22c8b9e3227a66eee269d1015c3a5877a7c7585 (patch)
treeb296a87781dae373931fea67f759c6cdab3106da /games/libretro-tyrquake
parent4e52d52bb35a2ae6ba242ea83e17075a5327ce6d (diff)
downloadports-f22c8b9e3227a66eee269d1015c3a5877a7c7585.tar.gz
ports-f22c8b9e3227a66eee269d1015c3a5877a7c7585.zip
Notes
Diffstat (limited to 'games/libretro-tyrquake')
-rw-r--r--games/libretro-tyrquake/Makefile27
-rw-r--r--games/libretro-tyrquake/distinfo3
-rw-r--r--games/libretro-tyrquake/pkg-descr3
3 files changed, 33 insertions, 0 deletions
diff --git a/games/libretro-tyrquake/Makefile b/games/libretro-tyrquake/Makefile
new file mode 100644
index 000000000000..65d3ee8a76a1
--- /dev/null
+++ b/games/libretro-tyrquake/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= libretro-tyrquake
+PORTVERSION= 0.20200313
+CATEGORIES= games
+
+MAINTAINER= menelkir@itroll.org
+COMMENT= Libretro port of Tyrquake (Quake 1 engine)
+
+LICENSE= GPLv2
+
+USES= compiler:c++11-lib gmake gl
+USE_LDCONFIG= yes
+USE_GL= gl
+
+USE_GITHUB= yes
+GH_ACCOUNT= libretro
+GH_PROJECT= tyrquake
+GH_TAGNAME= 8c6ec56
+
+PLIST_FILES= libexec/libretro/tyrquake_libretro.so
+
+do-install:
+ ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro;
+ ${INSTALL_LIB} $$(find ${WRKSRC}/${COREDIR}/ -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro;
+
+.include <bsd.port.mk>
diff --git a/games/libretro-tyrquake/distinfo b/games/libretro-tyrquake/distinfo
new file mode 100644
index 000000000000..b28f8e1d3867
--- /dev/null
+++ b/games/libretro-tyrquake/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1584490227
+SHA256 (libretro-tyrquake-0.20200313-8c6ec56_GH0.tar.gz) = 12b905583f40585cefae1a91a30404d5889b4cf14f48d00a6d7e27aeae70848f
+SIZE (libretro-tyrquake-0.20200313-8c6ec56_GH0.tar.gz) = 2128962
diff --git a/games/libretro-tyrquake/pkg-descr b/games/libretro-tyrquake/pkg-descr
new file mode 100644
index 000000000000..9e3d7b151683
--- /dev/null
+++ b/games/libretro-tyrquake/pkg-descr
@@ -0,0 +1,3 @@
+Libretro port of Tyrquake (Quake 1 engine)
+
+WWW: https://github.com/libretro/libretro-tyrquake