# $FreeBSD: head/net/kio-gdrive/Makefile 468642 2018-04-29 19:15:01Z tcberner $

PORTNAME=	kio-gdrive
DISTVERSION=	1.2.1
CATEGORIES=	net kde
MASTER_SITES=	KDE/stable/${PORTNAME}/${PORTVERSION}/src
DIST_SUBDIR=	KDE/${PORTNAME}

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KDE IOSlave for accessing gdrive

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:outsource gettext kde:5 pkgconfig tar:xz
USE_GNOME=	intltool
USE_KDE=	completion config coreaddons ecm i18n jobwidgets kio \
		notifications service widgetsaddons \
		gapi
USE_QT5=	core dbus gui network widgets xml \
		buildtools_build  qmake_build

.include <bsd.port.mk>

