Kapman is a clone of the well known game Pac-Man. You must go through
the levels escaping ghosts in a maze. You lose a life when a ghost eats you, but you can eat the ghosts for a few seconds when eating an energizer. You win points when eating pills, energizers, and bonus, and you win one life for each 10,000 points. When you have eaten all the pills and energizers of a level, you go to the next level, and the player and ghost speeds increase. The game ends when you have lost all your lives.
This commit is contained in:
parent
8fe1b9ba64
commit
36d24ff5de
17
x11/kde4/kapman/Makefile
Normal file
17
x11/kde4/kapman/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:50:18 zhuk Exp $
|
||||
|
||||
COMMENT = Pac-Man clone for KDE
|
||||
DISTNAME = kapman-${MODKDE4_VERSION}
|
||||
|
||||
WANTLIB = c m pthread stdc++
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
|
||||
WANTLIB += lib/qt4/QtSvg lib/qt4/QtXml
|
||||
WANTLIB += ${KDE4LIB}/kdegamesprivate ${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/kapman/distinfo
Normal file
2
x11/kde4/kapman/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (kde/kapman-4.10.2.tar.xz) = XZckSQXj3b+MHQlbOJZvrU8TG6OilyLUW7bvKCt0FL4=
|
||||
SIZE (kde/kapman-4.10.2.tar.xz) = 1578648
|
8
x11/kde4/kapman/pkg/DESCR
Normal file
8
x11/kde4/kapman/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
Kapman is a clone of the well known game Pac-Man. You must go through
|
||||
the levels escaping ghosts in a maze. You lose a life when a ghost
|
||||
eats you, but you can eat the ghosts for a few seconds when eating
|
||||
an energizer. You win points when eating pills, energizers, and
|
||||
bonus, and you win one life for each 10,000 points. When you have
|
||||
eaten all the pills and energizers of a level, you go to the next
|
||||
level, and the player and ghost speeds increase. The game ends when
|
||||
you have lost all your lives.
|
48
x11/kde4/kapman/pkg/PLIST
Normal file
48
x11/kde4/kapman/pkg/PLIST
Normal file
@ -0,0 +1,48 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/04/24 11:50:18 zhuk Exp $
|
||||
@bin bin/kapman
|
||||
share/applications/kde4/kapman.desktop
|
||||
share/apps/kapman/
|
||||
share/apps/kapman/defaultmaze.xml
|
||||
share/apps/kapman/kapmanui.rc
|
||||
share/apps/kapman/themes/
|
||||
share/apps/kapman/themes/invisible.desktop
|
||||
share/apps/kapman/themes/invisible.svgz
|
||||
share/apps/kapman/themes/invisible_preview.png
|
||||
share/apps/kapman/themes/matches.desktop
|
||||
share/apps/kapman/themes/matches.svgz
|
||||
share/apps/kapman/themes/matches_preview.png
|
||||
share/apps/kapman/themes/mountain.copyright
|
||||
share/apps/kapman/themes/mountain.desktop
|
||||
share/apps/kapman/themes/mountain.svgz
|
||||
share/apps/kapman/themes/mountain_preview.png
|
||||
share/apps/kapman/themes/mummies_crypt.desktop
|
||||
share/apps/kapman/themes/mummies_crypt.svgz
|
||||
share/apps/kapman/themes/mummy_preview.png
|
||||
share/apps/kapman/themes/retro.desktop
|
||||
share/apps/kapman/themes/retro.svgz
|
||||
share/apps/kapman/themes/retro_preview.png
|
||||
share/doc/HTML/en/kapman/
|
||||
share/doc/HTML/en/kapman/common
|
||||
share/doc/HTML/en/kapman/config.png
|
||||
share/doc/HTML/en/kapman/index.cache.bz2
|
||||
share/doc/HTML/en/kapman/index.docbook
|
||||
share/doc/HTML/en/kapman/kapman.png
|
||||
share/icons/hicolor/128x128/apps/kapman.png
|
||||
share/icons/hicolor/16x16/apps/kapman.png
|
||||
share/icons/hicolor/22x22/apps/kapman.png
|
||||
share/icons/hicolor/32x32/apps/kapman.png
|
||||
share/icons/hicolor/48x48/apps/kapman.png
|
||||
share/icons/hicolor/64x64/apps/kapman.png
|
||||
share/icons/hicolor/scalable/apps/kapman.svgz
|
||||
share/sounds/kapman/
|
||||
share/sounds/kapman/bonus.ogg
|
||||
share/sounds/kapman/energizer.ogg
|
||||
share/sounds/kapman/gameover.ogg
|
||||
share/sounds/kapman/ghost.ogg
|
||||
share/sounds/kapman/levelup.ogg
|
||||
share/sounds/kapman/life.ogg
|
||||
share/sounds/kapman/pill.ogg
|
||||
@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