1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/net/kio-gdrive/Makefile
Tobias C. Berner 2119d9fe42 New port: net/kio-gdrive
KIO slave to access gdrive
2018-04-29 19:15:01 +00:00

30 lines
779 B
Makefile

# $FreeBSD$
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>