diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-10-18 17:22:35 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-10-18 17:22:35 +0000 |
commit | 1d16d53e1969b863bdd920df99f83d588e838084 (patch) | |
tree | 81e0de1cf21ddaecde85001eb3dcccbb81d0b7b0 /lang | |
parent | googler is a power tool to Google (Web & News) and Google Site Search (diff) |
Introduce new extensible virtual categories for KDE
A lot of KDE Ports share MASTERSITES, LICENSE and so one, as they are
released as a bundle upstream, however, there was not really a clean
way to share this information.
Using these new categories, we can simplify the Makefiles for the diverse
KDE ports.
At the moment we support the virtual category
* kde-kde4
In the future, this will be extended to
* kde-frameworks
* kde-plasma
* kde-applications
PR: 213406
Differential Revision: https://reviews.freebsd.org/D7645
Exp-run by : antoine
Reviewed by: mat, rakuco
Approved by: portmgr (mat), rakuco (mentor)
Notes
Notes:
svn path=/head/; revision=424182
Diffstat (limited to 'lang')
-rw-r--r-- | lang/kturtle/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/kturtle/Makefile b/lang/kturtle/Makefile index 82b778978c95..d9b163ef6baa 100644 --- a/lang/kturtle/Makefile +++ b/lang/kturtle/Makefile @@ -2,9 +2,7 @@ PORTNAME= kturtle PORTVERSION= ${KDE4_VERSION} -CATEGORIES= lang kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= lang kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Educational programming environment for KDE 4 |