Changeset View
Changeset View
Standalone View
Standalone View
net/kio-gdrive/Makefile
| PORTNAME= kio-gdrive | PORTNAME= kio-gdrive | ||||
| DISTVERSION= ${KDE_APPLICATIONS_VERSION} | DISTVERSION= ${KDE_APPLICATIONS_VERSION} | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= net kde kde-applications | CATEGORIES= net kde kde-applications | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= KDE IOSlave for accessing gdrive | COMMENT= KDE IOSlave for accessing gdrive | ||||
| LICENSE= GPLv2 | LICENSE= GPLv2 | ||||
| LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
| LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ | LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5 \ | ||||
| libaccounts-qt5.so:net-im/libaccounts-qt5 \ | libaccounts-qt5.so:net-im/libaccounts-qt5 \ | ||||
| libkaccounts.so:net-im/kaccounts-integration | libkaccounts.so:net-im/kaccounts-integration | ||||
| RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers | RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers | ||||
| USES= cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz | USES= cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz | ||||
| USE_GNOME= intltool | USE_GNOME= intltool | ||||
| USE_KDE= completion config coreaddons i18n jobwidgets kio \ | USE_KDE= completion config coreaddons i18n jobwidgets kio \ | ||||
| notifications service solid widgetsaddons windowsystem \ | notifications service solid widgetsaddons windowsystem \ | ||||
| gapi \ | gapi \ | ||||
| ecm_build | ecm_build | ||||
| USE_QT= concurrent core dbus gui network widgets xml \ | USE_QT= concurrent core dbus gui network widgets xml \ | ||||
| buildtools_build qmake_build | buildtools_build qmake_build | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||