diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-09-17 18:45:07 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-09-17 18:45:07 +0000 |
commit | 437aeb55a06651970f9b0442d297ef42349f42bc (patch) | |
tree | f141341e0762f72db0de5c1de574f2f8264de9f0 /net/kf5-syndication/Makefile | |
parent | 29081e04780c3b8146d9dfa36b8b501941e7d352 (diff) | |
download | ports-437aeb55a06651970f9b0442d297ef42349f42bc.tar.gz ports-437aeb55a06651970f9b0442d297ef42349f42bc.zip |
Update KDE Frameworks to 5.50
* net/syndication has become a framework and been moved to net/kf5-syndication.
Exp-run by: antoine
PR: 231263
Notes
Notes:
svn path=/head/; revision=479942
Diffstat (limited to 'net/kf5-syndication/Makefile')
-rw-r--r-- | net/kf5-syndication/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/kf5-syndication/Makefile b/net/kf5-syndication/Makefile new file mode 100644 index 000000000000..89ecbf0a6f4f --- /dev/null +++ b/net/kf5-syndication/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= syndication +DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTEPOCH= 1 +CATEGORIES= net kde kde-frameworks + +MAINTAINER= kde@FreeBSD.org +COMMENT= KDE RSS feed handling library + +LICENSE= LGPL21 + +USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz +USE_KDE= codecs config coreaddons ecm kio service +USE_QT= core gui xml \ + buildtools_build qmake_build +USE_LDCONFIG= yes + +OPTIONS_DEFINE= DOCS + +.include <bsd.port.mk> |