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 /www/kdewebdev4/Makefile | |
parent | 1e42a9b759c4c3eef8447b425cface8950083328 (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 'www/kdewebdev4/Makefile')
-rw-r--r-- | www/kdewebdev4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 717ed7677c27..1e0765f75f82 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -4,9 +4,7 @@ PORTNAME= kdewebdev PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= www kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= www kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= Comprehensive html/website development environment |