71f1078b16
the cube sizes range from 2x2x2 (easy) up to 6x6x6 (very hard), or you can play with irregular "bricks" such as 5x3x2 and "mats" (one cubie thick) such as 6x4x1. The game has a selection of puzzles at several levels of difficulty, as well as some demonstrations of pretty patterns and solution moves. It is also possible to make up your own puzzles.
17 lines
442 B
Makefile
17 lines
442 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:20:52 zhuk Exp $
|
|
|
|
COMMENT = Rubik's cube simulator for KDE
|
|
DISTNAME = kubrick-${MODKDE4_VERSION}
|
|
|
|
WANTLIB = c m pthread stdc++ GL GLU
|
|
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
|
|
WANTLIB += lib/qt4/QtOpenGL lib/qt4/QtSvg lib/qt4/QtXml
|
|
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
|
|
|
|
MODKDE4_USE = games
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|