summaryrefslogtreecommitdiff
path: root/net/kio-gdrive/Makefile
blob: 238aac4aff0beb15479f910965d67d3f48615759 (plain)
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 ecm i18n jobwidgets kio \
		notifications service widgetsaddons \
		gapi
USE_QT=		core dbus gui network widgets xml \
		buildtools_build  qmake_build

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>