openbsd-ports/x11/kde4/kmines/Makefile
zhuk 36d2d6fa29 KMines is the classic Minesweeper game. The idea is to uncover all
the squares without blowing up any mines. When a mine is blown up,
the game is over.

Hint: try to use middle mouse button.
2013-04-24 12:11:55 +00:00

13 lines
293 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 12:11:55 zhuk Exp $
COMMENT = minesweeper game for KDE
DISTNAME = kmines-${MODKDE4_VERSION}
WANTLIB = c m pthread stdc++
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtSvg
WANTLIB += ${KDE4LIB}/kdeui
MODKDE4_USE = games
.include <bsd.port.mk>