76bc3c8562
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.
14 lines
355 B
Makefile
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>
|