zhuk 8742c80b9d Palapeli is a single-player jigsaw puzzle game. The Palapeli window
is separated into two areas, the puzzle collection and the puzzle
table.
2013-04-24 18:36:15 +00:00

18 lines
462 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2013/04/24 18:36:15 zhuk Exp $
COMMENT = jigsaw puzzle game for KDE
DISTNAME = palapeli-${MODKDE4_VERSION}
SHARED_LIBS = pala 0.0
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}/kfile ${KDE4LIB}/kio
RUN_DEPENDS = devel/desktop-file-utils \
misc/shared-mime-info \
x11/gtk+2,-guic
.include <bsd.port.mk>