From 903cce9165591d8ed671adadd8391edade7d9c56 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 7 Dec 2017 17:17:44 +0000 Subject: A thousand years into post-apocalyptic Earth, many forms of life have gone extinct, including humans. An alien robot series, called Minilens, is cleaning up the Earth and collecting the surviving flora for research purposes. The robots' duty is to destroy all radioactive barrels and to collect all flora. Aliens forgot that Earth has gravity, therefore Minilens can't jump. WWW: http://kobuge-games.github.io/minilens/ --- games/Makefile | 1 + games/minilens/Makefile | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ games/minilens/distinfo | 3 +++ games/minilens/pkg-descr | 11 +++++++++++ 4 files changed, 63 insertions(+) create mode 100644 games/minilens/Makefile create mode 100644 games/minilens/distinfo create mode 100644 games/minilens/pkg-descr (limited to 'games') diff --git a/games/Makefile b/games/Makefile index c11507e98897..b4b7deb3e125 100644 --- a/games/Makefile +++ b/games/Makefile @@ -609,6 +609,7 @@ SUBDIR += minerbold SUBDIR += minetest SUBDIR += minetest_game + SUBDIR += minilens SUBDIR += mirrormagic SUBDIR += miscom SUBDIR += mkgichessclub diff --git a/games/minilens/Makefile b/games/minilens/Makefile new file mode 100644 index 000000000000..b8d1bbc19adc --- /dev/null +++ b/games/minilens/Makefile @@ -0,0 +1,48 @@ +# Created by: Dmitry Marakasov +# $FreeBSD$ + +PORTNAME= minilens +PORTVERSION= 1.2 +DISTVERSIONPREFIX= v +CATEGORIES= games + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Puzzle platformer for gravity-oblivious aliens + +LICENSE= GPLv3+ CC-BY-SA-4.0 +LICENSE_COMB= multi +LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= godot:devel/godot + +USE_GITHUB= yes +GH_ACCOUNT= KOBUGE-Games + +NO_ARCH= yes + +PORTDOCS= * +PORTDATA= * +PLIST_FILES= bin/${PORTNAME} + +DESKTOP_ENTRIES="Minilens" \ + "" \ + "${DATADIR}/icon.png" \ + "${PORTNAME}" \ + "Game;LogicGame;" \ + "" + +OPTIONS_DEFINE= DOCS + +do-build: + @${ECHO_CMD} "#!/bin/sh" > ${WRKDIR}/${PORTNAME} + @${ECHO_CMD} "exec \"${LOCALBASE}/bin/godot\" -path \"${DATADIR}\"" >> ${WRKDIR}/${PORTNAME} + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/CREDITS.txt ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/ + +.include diff --git a/games/minilens/distinfo b/games/minilens/distinfo new file mode 100644 index 000000000000..18bc72afaa28 --- /dev/null +++ b/games/minilens/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1512571648 +SHA256 (KOBUGE-Games-minilens-v1.2_GH0.tar.gz) = 145a81cc5d4ac4739ac5be4aee1a0c5a5663e8cff3255b0f6c2dcb8c96bcffbb +SIZE (KOBUGE-Games-minilens-v1.2_GH0.tar.gz) = 9055748 diff --git a/games/minilens/pkg-descr b/games/minilens/pkg-descr new file mode 100644 index 000000000000..34e77f1ca3a3 --- /dev/null +++ b/games/minilens/pkg-descr @@ -0,0 +1,11 @@ +A thousand years into post-apocalyptic Earth, many forms of life +have gone extinct, including humans. An alien robot series, called +Minilens, is cleaning up the Earth and collecting the surviving +flora for research purposes. + +The robots' duty is to destroy all radioactive barrels and to collect +all flora. + +Aliens forgot that Earth has gravity, therefore Minilens can't jump. + +WWW: http://kobuge-games.github.io/minilens/ -- cgit