diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-05-03 09:31:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2019-05-03 09:31:27 +0000 |
commit | 89347e5331b7669ee41feee60517c65ce4b9e5c5 (patch) | |
tree | 986933819a73cca72d015928e2f89db6f3e84874 /net-im/ktp-call-ui | |
parent | db5d7517f7d1e2ccac9cc24c3149bf03bfdb3176 (diff) | |
download | ports-89347e5331b7669ee41feee60517c65ce4b9e5c5.tar.gz ports-89347e5331b7669ee41feee60517c65ce4b9e5c5.zip |
Notes
Diffstat (limited to 'net-im/ktp-call-ui')
-rw-r--r-- | net-im/ktp-call-ui/Makefile | 7 | ||||
-rw-r--r-- | net-im/ktp-call-ui/pkg-descr | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-im/ktp-call-ui/Makefile b/net-im/ktp-call-ui/Makefile index e6ac759f643e..53191f7009ce 100644 --- a/net-im/ktp-call-ui/Makefile +++ b/net-im/ktp-call-ui/Makefile @@ -7,6 +7,11 @@ CATEGORIES= net-im kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Voice/Video Call UI for Telepathy +LICENSE= GPLv2+ LGPL21+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING +LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals \ libQt5GStreamer-1.0.so:multimedia/gstreamer1-qt \ libboost_thread.so:devel/boost-libs \ @@ -15,7 +20,7 @@ LIB_DEPENDS= libKTpCommonInternals.so:net-im/ktp-common-internals \ libtelepathy-glib.so:net-im/telepathy-glib \ libtelepathy-qt5-farstream.so:net-im/telepathy-qt -USES= cmake compiler:c++11-lang gettext kde:5 pkgconfig \ +USES= cmake compiler:c++11-lang gettext gnome kde:5 pkgconfig \ python:2.7 qt:5 tar:xz USE_GNOME= glib20 USE_KDE= auth codecs config configwidgets coreaddons ecm iconthemes \ diff --git a/net-im/ktp-call-ui/pkg-descr b/net-im/ktp-call-ui/pkg-descr index 1a7c1dd704f0..556ac76cf648 100644 --- a/net-im/ktp-call-ui/pkg-descr +++ b/net-im/ktp-call-ui/pkg-descr @@ -4,4 +4,4 @@ development of collaborative features for KDE Applications. This is the traditional text chat application. -WWW: http://community.kde.org/KTp +WWW: https://community.kde.org/KTp |