Index: head/net-im/ktp-filetransfer-handler/Makefile =================================================================== --- head/net-im/ktp-filetransfer-handler/Makefile (revision 486396) +++ head/net-im/ktp-filetransfer-handler/Makefile (revision 486397) @@ -1,22 +1,25 @@ # $FreeBSD$ PORTNAME= ktp-filetransfer-handler DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= KDE instant messaging file transfer handler +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt@qt5 \ libKTpCommonInternals.so:net-im/ktp-common-internals USES= cmake:outsource gettext kde:5 qt:5 tar:xz USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons ecm i18n itemviews jobwidgets kio service solid \ wallet widgetsaddons xmlgui USE_QT= core dbus gui network xml widgets \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS .include Index: head/net-im/ktp-filetransfer-handler/pkg-descr =================================================================== --- head/net-im/ktp-filetransfer-handler/pkg-descr (revision 486396) +++ head/net-im/ktp-filetransfer-handler/pkg-descr (revision 486397) @@ -1,15 +1,15 @@ 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 is the file transfer handler. It basically does two things: * sends files to your contacts; * receives files from your contacts. It doesn't set any filter on the MIME type, therefore, it should catch all the file transfer channels that aren't received by any other handler filtering on MIME type. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp