aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kitemviews/Makefile
blob: c102eeec1bfcfa18824ff4556de34246c96cd496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PORTNAME=	kitemviews
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	x11-toolkits kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 widget addons for Qt Model/View

USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE=	ecm:build
USE_QT=		core gui linguisttools uiplugin widgets \
		buildtools:build qmake:build testlib:build

.include <bsd.port.mk>