summaryrefslogtreecommitdiff
path: root/net-im/kaccounts-integration/Makefile
blob: b4761908936f3b81151cad3c6bde5d0c04dbde7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	kaccounts-integration
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	net-im kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	System to administer web accounts for the KDE desktop
WWW=		https://projects.kde.org/projects/kdereview/kaccounts-integration

LIB_DEPENDS=	libQCoro6Core.so:devel/qcoro@qt6 \
		libaccounts-qt6.so:net-im/libaccounts-qt@qt6 \
		libsignon-qt6.so:sysutils/signond@qt6

USES=		cmake compiler:c++11-lang gettext-tools kde:6 pkgconfig qt:6 \
		tar:xz
USE_KDE=	config coreaddons dbusaddons i18n kcmutils kdeclarative kio \
		service wallet \
		ecm:build package:build \
		iconthemes:run
USE_QT=		base declarative

.include <bsd.port.options.mk>

.if ${ARCH:Mpowerpc*} && ${OSVERSION} < 1400092
USES+=		llvm:min=16
.endif

.include <bsd.port.mk>