mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
cf118ccf87
Reported by: lwhsu
30 lines
820 B
Makefile
30 lines
820 B
Makefile
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>
|