diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-11-14 16:12:56 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-11-14 16:12:56 +0000 |
commit | 30a183cdd9faf4c65a08818c285c8d9351e43ad3 (patch) | |
tree | dbe08499461c3eea79dce8b1eca87e2699ef0d1c /dns/Makefile | |
parent | 1ff45cdd0ae918b61cf33786436856d37aa2dcfb (diff) |
Importing KDE Frameworks into the ports tree (required for newer KDE Desktop and Applications)
KDE Frameworks is a collection of libraries and software frameworks by KDE
that serve as technological foundation for KDE Plasma 5 and KDE Applications
distributed under the GNU Lesser General Public License (LGPL) [1].
The work is based on what we have in the KDE testing repo [2].
This is the next big step in updating the KDE Desktop and its Applications
to anything less dusty.
With this change, `USES=kde:5` is now a valid option. Ports that need to depend
on KDE Framework can now set:
USES=kde:5
USE_KDE=<framework1> <framework2> ... <frameworkX>
For example: www/qupzilla-qt5 can depend on sysutils/kf5-kwallet via:
KWALLET_USE= KDE=wallet
I would like to thank Raphael and Adriaan for reviewing the ports in the testing
repo :)
[1] https://en.wikipedia.org/wiki/KDE_Frameworks
[2] http://src.mouf.net/area51/log/branches/plasma5
Reviewed by: rakuco, mat, groot_kde.org
Approved by: rakuco (maintainer)
Differential Revision: https://reviews.freebsd.org/D8329
Notes
Notes:
svn path=/head/; revision=426118
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 85cb0e4f5426..ef2e0cf0963a 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -78,6 +78,7 @@ SUBDIR += inadyn-mt SUBDIR += ipcheck SUBDIR += ironsides + SUBDIR += kf5-kdnssd SUBDIR += knot-resolver SUBDIR += knot1 SUBDIR += knot2 |