18 lines
426 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2015/03/27 08:16:22 ajacoutot Exp $
COMMENT = single player puzzle game for KDE
DISTNAME = picmi-${MODKDE4_VERSION}
REVISION = 0
WANTLIB = c m pthread
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork lib/qt4/QtSvg
WANTLIB += lib/qt4/QtXml
WANTLIB += ${KDE4LIB}/kdeui ${KDE4LIB}/kio
MODKDE4_USE = games
RUN_DEPENDS = devel/desktop-file-utils \
x11/gtk+3,-guic
.include <bsd.port.mk>