Bomber is a single player arcade game. The player is
invading various cities in a plane that is decreasing in height. The goal of the game is to destroy all the buildings and advance to the next level. Each level gets a harder by increasing the speed of the plane and the height of the buildings.
This commit is contained in:
parent
76bc3c8562
commit
b95f636726
16
x11/kde4/bomber/Makefile
Normal file
16
x11/kde4/bomber/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:29:41 zhuk Exp $
|
||||
|
||||
COMMENT = bomber 2D arcade game for KDE
|
||||
DISTNAME = bomber-${MODKDE4_VERSION}
|
||||
|
||||
WANTLIB = c m pthread stdc++
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
|
||||
WANTLIB += ${KDE4LIB}/kdeui
|
||||
|
||||
MODULES = multimedia/phonon
|
||||
MODKDE4_USE = games
|
||||
|
||||
RUN_DEPENDS = devel/desktop-file-utils \
|
||||
x11/gtk+2,-guic
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/kde4/bomber/distinfo
Normal file
2
x11/kde4/bomber/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kde/bomber-4.10.2.tar.xz) = blvPnSfCshWIJP/dqasb9TJsrdqHTDTeTzU4nVoU6CE=
|
||||
SIZE (kde/bomber-4.10.2.tar.xz) = 391504
|
8
x11/kde4/bomber/pkg/DESCR
Normal file
8
x11/kde4/bomber/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
Bomber is a single player arcade game. The player is
|
||||
invading various cities in a plane that is decreasing in
|
||||
height.
|
||||
|
||||
The goal of the game is to destroy all the buildings and
|
||||
advance to the next level. Each level gets a harder by
|
||||
increasing the speed of the plane and the height of the
|
||||
buildings.
|
26
x11/kde4/bomber/pkg/PLIST
Normal file
26
x11/kde4/bomber/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 11:29:41 zhuk Exp $
|
||||
@bin bin/bomber
|
||||
share/applications/kde4/bomber.desktop
|
||||
share/apps/bomber/
|
||||
share/apps/bomber/bomberui.rc
|
||||
share/apps/bomber/themes/
|
||||
share/apps/bomber/themes/Lava-Island.desktop
|
||||
share/apps/bomber/themes/Lava-Island.svgz
|
||||
share/apps/bomber/themes/kbomber.desktop
|
||||
share/apps/bomber/themes/kbomber.png
|
||||
share/apps/bomber/themes/kbomber.svgz
|
||||
share/apps/bomber/themes/lava-Island.png
|
||||
share/config.kcfg/bomber.kcfg
|
||||
share/doc/HTML/en/bomber/
|
||||
share/doc/HTML/en/bomber/common
|
||||
share/doc/HTML/en/bomber/index.cache.bz2
|
||||
share/doc/HTML/en/bomber/index.docbook
|
||||
share/icons/hicolor/128x128/apps/bomber.png
|
||||
share/icons/hicolor/32x32/apps/bomber.png
|
||||
share/icons/hicolor/48x48/apps/bomber.png
|
||||
share/icons/hicolor/64x64/apps/bomber.png
|
||||
share/icons/hicolor/scalable/apps/bomber.svgz
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec-delete %D/bin/update-desktop-database
|
||||
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
Loading…
Reference in New Issue
Block a user