aboutsummaryrefslogtreecommitdiff
path: root/net/kio-gdrive/Makefile
blob: 653e6837d371be72e11791962a88dd6eb9c99b33 (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
28
29
PORTNAME=	kio-gdrive
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
PORTREVISION=	1
CATEGORIES=	net kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KDE IOSlave for accessing gdrive
WWW=		https://www.kde.org/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain@qt5 \
		libaccounts-qt5.so:net-im/libaccounts-qt5 \
		libkaccounts.so:net-im/kaccounts-integration
RUN_DEPENDS=	kaccounts-providers>=0:net-im/kaccounts-providers

USES=		cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz
USE_GNOME=	intltool
USE_KDE=	completion config coreaddons i18n jobwidgets kio \
		notifications service solid widgetsaddons windowsystem \
		gapi \
		ecm:build
USE_QT=		concurrent core dbus gui network widgets xml \
		buildtools:build  qmake:build

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>