Index: head/x11/kf5-kwayland/Makefile =================================================================== --- head/x11/kf5-kwayland/Makefile (revision 456711) +++ head/x11/kf5-kwayland/Makefile (revision 456712) @@ -1,19 +1,23 @@ # $FreeBSD$ PORTNAME= kwayland DISTVERSION= ${KDE_FRAMEWORKS_VERSION} CATEGORIES= x11 kde kde-frameworks MAINTAINER= kde@FreeBSD.org COMMENT= KF5 Client and Server library wrapper for the Wayland libraries BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:multimedia/v4l_compat LIB_DEPENDS= libwayland-client.so:graphics/wayland +LICENSE= LGPL21 LGPL3 +LICENSE_COMB= dual +LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB + USES= cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig \ tar:xz USE_GL= egl USE_KDE= ecm USE_QT5= buildtools_build concurrent core gui qmake_build testlib .include Index: head/x11/kf5-kwayland/pkg-descr =================================================================== --- head/x11/kf5-kwayland/pkg-descr (revision 456711) +++ head/x11/kf5-kwayland/pkg-descr (revision 456712) @@ -1,8 +1,8 @@ As the names suggest they implement a Client respectively a Server API for the Wayland protocol. The API is Qt-styled removing the needs to interact with a for a Qt developer uncomfortable low-level C-API. For example the callback mechanism from the Wayland API is replaced by signals; data types are adjusted to be what a Qt developer expects, e.g. two arguments of int are represented by a QPoint or a QSize. -WWW: http://api.kde.org/frameworks-api/frameworks5-apidocs/kwayland/html/index.html +WWW: https://api.kde.org/frameworks/kwayland/html/index.html