aboutsummaryrefslogtreecommitdiff
path: root/games/cavezofphear
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-10-22 14:23:04 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-10-22 14:24:40 +0000
commit22180963283a30c826352fb9ce53408a3fa6e367 (patch)
treebe82bd97c4e96e5717bc33f874b3088ceb13e44e /games/cavezofphear
parent512db946f5ec103b63ad0d245c5c101647955717 (diff)
downloadports-22180963283a30c826352fb9ce53408a3fa6e367.tar.gz
ports-22180963283a30c826352fb9ce53408a3fa6e367.zip
Diffstat (limited to 'games/cavezofphear')
-rw-r--r--games/cavezofphear/Makefile29
-rw-r--r--games/cavezofphear/distinfo3
-rw-r--r--games/cavezofphear/pkg-descr10
3 files changed, 42 insertions, 0 deletions
diff --git a/games/cavezofphear/Makefile b/games/cavezofphear/Makefile
new file mode 100644
index 000000000000..3f2a8922dc88
--- /dev/null
+++ b/games/cavezofphear/Makefile
@@ -0,0 +1,29 @@
+PORTNAME= cavezofphear
+PORTVERSION= 0.5.2
+CATEGORIES= games
+
+MAINTAINER= amdmi3@FreeBSD.org
+COMMENT= Boulder Dash / Digger-like game for consoles/terminals
+
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cmake ncurses
+USE_GITHUB= true
+GH_ACCOUNT= AMDmi3
+CMAKE_ON= SYSTEMWIDE
+
+DATADIR= ${PREFIX}/share/phear
+PLIST_FILES= bin/phear
+PORTDOCS= ChangeLog.md README.md TODO
+PORTDATA= *
+
+OPTIONS_DEFINE= DOCS
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
+.endfor
+
+.include <bsd.port.mk>
diff --git a/games/cavezofphear/distinfo b/games/cavezofphear/distinfo
new file mode 100644
index 000000000000..3b6d350d2ea5
--- /dev/null
+++ b/games/cavezofphear/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1634912070
+SHA256 (AMDmi3-cavezofphear-0.5.2_GH0.tar.gz) = 04d17e14c1e34e3fb30a097e1a754a66d6c49a7862e654dcbc2670bab3c2b50b
+SIZE (AMDmi3-cavezofphear-0.5.2_GH0.tar.gz) = 29297
diff --git a/games/cavezofphear/pkg-descr b/games/cavezofphear/pkg-descr
new file mode 100644
index 000000000000..cb8a9ca8f8dd
--- /dev/null
+++ b/games/cavezofphear/pkg-descr
@@ -0,0 +1,10 @@
+You are trapped in the CAVEZ of PHEAR, your mission is to escape
+through all the caves and make it out alive. To escape through a
+cave you will have to find all the diamonds located in it. Once
+you've found all the diamonds, their powers combined will help you
+get to the next cave, one step closer to freedom.
+
+CAVEZ of PHEAR is a Boulder Dash / Digger-like game game for
+consoles/terminals with built in level editor.
+
+WWW: https://github.com/AMDmi3/cavezofphear