aboutsummaryrefslogtreecommitdiff
path: root/net/kio-gdrive/Makefile
blob: 5c4ac57dc2d33ccc741eced9a4a75d8bf4a265db (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
30
PORTNAME=	kio-gdrive
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	net kde kde-applications

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

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=	Uses EOL Python 2.7 via www/qt5-webengine
EXPIRATION_DATE=2021-06-23

LIB_DEPENDS=	libqt5keychain.so:security/qtkeychain \
		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>