diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile index f0ea8110ecd9..9771cfc61d64 100644 --- a/net-im/ktp-auth-handler/Makefile +++ b/net-im/ktp-auth-handler/Makefile @@ -1,25 +1,28 @@ # $FreeBSD$ PORTNAME= ktp-auth-handler DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KWallet integration module for KDE Telepathy +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libqca-qt5.so:devel/qca@qt5 \ libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals \ libaccounts-qt5.so:net-im/libaccounts-qt5 \ libkaccounts.so:net-im/kaccounts-integration \ libsignon-qt5.so:sysutils/signon-qt5 USES= cmake:outsource gettext kde:5 pkgconfig qt:5 tar:xz USE_KDE= completion config coreaddons ecm i18n jobwidgets kdewebkit \ kio wallet service widgetsaddons USE_QT= core dbus gui network webkit widgets xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS .include diff --git a/net-im/ktp-auth-handler/pkg-descr b/net-im/ktp-auth-handler/pkg-descr index 7c6d4cc80870..68e2f99e5b37 100644 --- a/net-im/ktp-auth-handler/pkg-descr +++ b/net-im/ktp-auth-handler/pkg-descr @@ -1,8 +1,8 @@ The KDE Telepathy project aims to integrate real time communication deeply into KDE Workspaces, and to provide an infrastructure to aid development of collaborative features for KDE Applications. This module handles KWallet integration, and prompts/sends passwords to connection managers when requested. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp