Add not_pacman version 1.4
Ever wondered how Pacman would be like with physics? No? Well, it's revolutionary. This mashup of "Not" and "Pacman" puts The Pac and the Ghosts in a in a Pacworld cage, at mercy of gravity and the level's shape, controlled solely by you. Ghosts still don't like you very much, so you should be careful to make Pacman avoid them.
This commit is contained in:
parent
6719bb25ed
commit
55437378ff
4 changed files with 37 additions and 0 deletions
5
games/not_pacman/DESCR
Normal file
5
games/not_pacman/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Ever wondered how Pacman would be like with physics? No? Well, it's
|
||||
revolutionary. This mashup of "Not" and "Pacman" puts The Pac and
|
||||
the Ghosts in a in a Pacworld cage, at mercy of gravity and the
|
||||
level's shape, controlled solely by you. Ghosts still don't like
|
||||
you very much, so you should be careful to make Pacman avoid them.
|
23
games/not_pacman/Makefile
Normal file
23
games/not_pacman/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1 2018/09/30 19:25:06 maya Exp $
|
||||
|
||||
PKGNAME= not_pacman-1.4
|
||||
DISTNAME= notpacman-source
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://stabyourself.net/dl.php?file=notpacman-1004/
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://stabyourself.net/notpacman
|
||||
COMMENT= Gravity-controlled pacman
|
||||
LICENSE= public-domain
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
LOVE_GAME= not_pacman
|
||||
LOVE_DATA= not_pacman.love
|
||||
LOVE_VERSION= 0.7
|
||||
|
||||
.include "../../mk/love.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
games/not_pacman/PLIST
Normal file
3
games/not_pacman/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2018/09/30 19:25:06 maya Exp $
|
||||
bin/not_pacman
|
||||
share/games/not_pacman.love
|
6
games/not_pacman/distinfo
Normal file
6
games/not_pacman/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2018/09/30 19:25:06 maya Exp $
|
||||
|
||||
SHA1 (not_pacman-1.4/notpacman-source.zip) = 8242bdd4f587b95ddb04bd6ed1cd65535abf469c
|
||||
RMD160 (not_pacman-1.4/notpacman-source.zip) = b5c8c4fcfbc314b31da3e4d7d74beb0f7592fc26
|
||||
SHA512 (not_pacman-1.4/notpacman-source.zip) = c64d74cad972c22fe7674b55c0155fcd6e0176c580f53645a0cef7ae1e2c3453807f13fd9bbc9992cdc1176bc1687800f957ef5c11034a2ffe0774ec0118a863
|
||||
Size (not_pacman-1.4/notpacman-source.zip) = 439775 bytes
|
Loading…
Reference in a new issue