diff options
author | maya <maya@pkgsrc.org> | 2018-09-30 19:26:19 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2018-09-30 19:26:19 +0000 |
commit | d9b8a49bfa8a72daf5ce4619f163824e1122274b (patch) | |
tree | cc4f59758767d421f6a2611e3f2018ad40cffe43 /games | |
parent | 3b6b9ed37236126a5cf6dcf06ca330786267e347 (diff) | |
download | pkgsrc-d9b8a49bfa8a72daf5ce4619f163824e1122274b.tar.gz |
Add not_tetris version 2.0
Basically it's a little like tetris except with a twist. Instead
of boring straight lines and straight falling blocks, you have to
deal with blocks that act according to physics! Includes oldschool
graphics, music, sounds, and new physics.
Diffstat (limited to 'games')
-rw-r--r-- | games/not_tetris/DESCR | 4 | ||||
-rw-r--r-- | games/not_tetris/Makefile | 23 | ||||
-rw-r--r-- | games/not_tetris/PLIST | 3 | ||||
-rw-r--r-- | games/not_tetris/distinfo | 6 |
4 files changed, 36 insertions, 0 deletions
diff --git a/games/not_tetris/DESCR b/games/not_tetris/DESCR new file mode 100644 index 00000000000..b05cbf17a8b --- /dev/null +++ b/games/not_tetris/DESCR @@ -0,0 +1,4 @@ +Basically it's a little like tetris except with a twist. Instead +of boring straight lines and straight falling blocks, you have to +deal with blocks that act according to physics! Includes oldschool +graphics, music, sounds, and new physics. diff --git a/games/not_tetris/Makefile b/games/not_tetris/Makefile new file mode 100644 index 00000000000..2b6d761da96 --- /dev/null +++ b/games/not_tetris/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2018/09/30 19:26:19 maya Exp $ + +DISTNAME= nottetris2-source +PKGNAME= not_tetris-2.0 +CATEGORIES= games +MASTER_SITES= http://stabyourself.net/dl.php?file=nottetris2/ +DIST_SUBDIR= ${PKGNAME_NOREV} +EXTRACT_SUFX= .zip + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://stabyourself.net/notpacman +COMMENT= Gravity-controlled tetris +LICENSE= public-domain # Specified in https://github.com/Stabyourself/nottetris2 + +WRKSRC= ${WRKDIR} +USE_LANGUAGES= # none + +LOVE_GAME= not_tetris +LOVE_DATA= "Not Tetris 2.love" +LOVE_VERSION= 0.7 + +.include "../../mk/love.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/games/not_tetris/PLIST b/games/not_tetris/PLIST new file mode 100644 index 00000000000..bc00f774aa7 --- /dev/null +++ b/games/not_tetris/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2018/09/30 19:26:19 maya Exp $ +bin/not_tetris +share/games/Not Tetris 2.love diff --git a/games/not_tetris/distinfo b/games/not_tetris/distinfo new file mode 100644 index 00000000000..0dda0d198d4 --- /dev/null +++ b/games/not_tetris/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/09/30 19:26:19 maya Exp $ + +SHA1 (not_tetris-2.0/nottetris2-source.zip) = 4634de695e7c264d325c885380f7aa769155c656 +RMD160 (not_tetris-2.0/nottetris2-source.zip) = eff02bc99f855486ef247993e4c39adae2bc1c20 +SHA512 (not_tetris-2.0/nottetris2-source.zip) = 475061353217f99e0dd35a34097b6b35275a350ab112bfd27d85ea5fe32434c6b4ed107056af5a243d06d2b5988d2bf73776c01077ba2a17e223e8bd0778b563 +Size (not_tetris-2.0/nottetris2-source.zip) = 2773694 bytes |