Initial import of LostPixels-0.5.3:
Blinken Sisters is an open source game in 80s retro style, free to download, fully playable and easy to handle. Enjoy jumping and running with Agent Kate through various levels of danger, collecting all the pixels that were lost in another dimension!
This commit is contained in:
parent
077240dd8f
commit
63afaf6bd3
4 changed files with 55 additions and 0 deletions
4
games/LostPixels/DESCR
Normal file
4
games/LostPixels/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Blinken Sisters is an open source game in 80s retro style, free to
|
||||
download, fully playable and easy to handle. Enjoy jumping and
|
||||
running with Agent Kate through various levels of danger, collecting
|
||||
all the pixels that were lost in another dimension!
|
24
games/LostPixels/Makefile
Normal file
24
games/LostPixels/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/12/10 00:17:16 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= LostPixels-0.5.3-source
|
||||
PKGNAME= ${DISTNAME:S/-source//}
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blinkensisters/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.blinkensisters.org/wiki/index.php/Main_Page
|
||||
COMMENT= Blinken Sisters - Hunt for the Lost Pixels (80s-style Jump'n'Run)
|
||||
|
||||
WRKSRC= ${WRKDIR}/blinkensisters/lostpixels/game/software
|
||||
USE_CMAKE= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
||||
.include "../../audio/SDL_mixer/buildlink3.mk"
|
||||
.include "../../audio/libvorbis/buildlink3.mk"
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
.include "../../devel/SDL_ttf/buildlink3.mk"
|
||||
.include "../../graphics/SDL_image/buildlink3.mk"
|
||||
.include "../../multimedia/libogg/buildlink3.mk"
|
||||
.include "../../net/SDL_net/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
22
games/LostPixels/PLIST
Normal file
22
games/LostPixels/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/12/10 00:17:16 wiz Exp $
|
||||
bin/BlinkenPlayer
|
||||
bin/LostPixels
|
||||
bin/blpmatrix
|
||||
bin/blpviewer
|
||||
bin/bmfcompress
|
||||
bin/bmfdecompress
|
||||
bin/bxxviewer
|
||||
bin/mcufviewer
|
||||
share/blinkensisters/Gaposis Outline (BRK).ttf
|
||||
share/blinkensisters/Gas Huffer Phat.ttf
|
||||
share/blinkensisters/Georgia.ttf
|
||||
share/blinkensisters/Ghostmeat.ttf
|
||||
share/blinkensisters/basedata.bmf
|
||||
share/blinkensisters/splash.jpg
|
||||
share/doc/blinkensisters/AUTHORS
|
||||
share/doc/blinkensisters/HOWTOPLAY
|
||||
share/doc/blinkensisters/INSTALL
|
||||
share/doc/blinkensisters/LICENSE
|
||||
share/doc/blinkensisters/README
|
||||
@dirrm share/doc/blinkensisters
|
||||
@dirrm share/blinkensisters
|
5
games/LostPixels/distinfo
Normal file
5
games/LostPixels/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/12/10 00:17:16 wiz Exp $
|
||||
|
||||
SHA1 (LostPixels-0.5.3-source.tar.gz) = dd7c9c474836103bdc161abff0d9fe0976a3b06e
|
||||
RMD160 (LostPixels-0.5.3-source.tar.gz) = af8201bb8b8ca638aa7aed6314298f6ac57ceac2
|
||||
Size (LostPixels-0.5.3-source.tar.gz) = 85366669 bytes
|
Loading…
Reference in a new issue