openbsd-ports/x11/kde4/kapman/Makefile
zhuk 36d24ff5de 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.
2013-04-24 11:50:18 +00:00

18 lines
448 B
Makefile

# $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>