aboutsummaryrefslogtreecommitdiff
path: root/devel/kf6-kpeople/Makefile
blob: 3ed3fc5246ff77f6bda3808105935eaa7979d9ab (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

COMMENT=	Provides access to all contacts and aggregates them by person
MAINTAINER=	kde@FreeBSD.org

USES=		cmake gettext gl kde:6 qt:6 tar:xz
USE_GL=		gl opengl
USE_KDE=	coreaddons i18n itemviews widgetsaddons contacts \
		ecm:build
USE_QT=		base declarative

.include <bsd.port.mk>