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

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 library providing access to contacts

USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE=	config coreaddons i18n itemviews service widgetsaddons \
		ecm:build
USE_QT=		core dbus declarative gui network sql widgets \
		buildtools:build qmake:build

.include <bsd.port.mk>