2nd try: import of gnome-breakout, a gnome variant of the classic breakout
game.
This commit is contained in:
parent
a8c9d4f07f
commit
5772db8e1c
5 changed files with 41 additions and 0 deletions
16
games/gnome-breakout/Makefile
Normal file
16
games/gnome-breakout/Makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2000/04/02 19:49:19 rh Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnome-breakout-0.2
|
||||
CATEGORIES= games gnome
|
||||
MASTER_SITES= http://www.tuial.com/~alcaron/software/
|
||||
|
||||
MAINTAINER= rh@netbsd.org
|
||||
HOMEPAGE= http://www.tuial.com/~alcaron/software/
|
||||
|
||||
DEPENDS+= gnome-core-*:../../x11/gnome-core
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
USE_X11BASE= YES
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
games/gnome-breakout/files/md5
Normal file
3
games/gnome-breakout/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 2000/04/02 19:49:19 rh Exp $
|
||||
|
||||
MD5 (gnome-breakout-0.2.tar.gz) = f4e85d91001e251de5ddbd0e7e4336d0
|
1
games/gnome-breakout/pkg/COMMENT
Normal file
1
games/gnome-breakout/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
gnome version of the classic breakout game
|
3
games/gnome-breakout/pkg/DESCR
Normal file
3
games/gnome-breakout/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
GNOME Breakout is a clone of the classic arcade game Breakout,
|
||||
written for GNOME. Still in development, but very playable, and
|
||||
very addictive.
|
18
games/gnome-breakout/pkg/PLIST
Normal file
18
games/gnome-breakout/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2000/04/02 19:49:19 rh Exp $
|
||||
bin/gnome-breakout
|
||||
share/pixmaps/gnome-breakout/ball.default.0.png
|
||||
share/pixmaps/gnome-breakout/bat.default.0.png
|
||||
share/pixmaps/gnome-breakout/block.default.0.png
|
||||
share/pixmaps/gnome-breakout/block.default.die.0.png
|
||||
share/pixmaps/gnome-breakout/block.default.die.1.png
|
||||
share/pixmaps/gnome-breakout/block.default.die.2.png
|
||||
share/pixmaps/gnome-breakout/block.default.die.3.png
|
||||
share/pixmaps/gnome-breakout/block.default.die.4.png
|
||||
share/pixmaps/gnome-breakout/block.default.die.5.png
|
||||
share/pixmaps/gnome-breakout/block.default.die.6.png
|
||||
share/pixmaps/gnome-breakout/block.default.die.7.png
|
||||
share/pixmaps/gnome-breakout/block.invincible.0.png
|
||||
share/pixmaps/gnome-breakout/powerup.score500.0.png
|
||||
share/pixmaps/gnome-breakout/title.png
|
||||
share/gnome/apps/Games/gnome-breakout.desktop
|
||||
@dirrm share/pixmaps/gnome-breakout
|
Loading…
Reference in a new issue