openbsd-ports/x11/kde4/blinken/Makefile
zhuk 76bc3c8562 Blinken is the KDE version of the well-known game Simon Says. Follow
the pattern of sounds and lights as long as you can! Press the start
game button to begin. Watch the computer and copy the pattern it makes.
Complete the sequence in the right order to win.
2013-04-24 11:29:13 +00:00

14 lines
355 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 11:29:13 zhuk Exp $
COMMENT = KDE game Simon Says
DISTNAME = blinken-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
MODULES = multimedia/phonon
.include <bsd.port.mk>