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 /net-im/kopete-kde4 | |
parent | 1e42a9b759c4c3eef8447b425cface8950083328 (diff) | |
download | ports-1d16d53e1969b863bdd920df99f83d588e838084.tar.gz ports-1d16d53e1969b863bdd920df99f83d588e838084.zip |
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 'net-im/kopete-kde4')
-rw-r--r-- | net-im/kopete-kde4/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index 5f0e5faeaad1..d480c01733cb 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -3,9 +3,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} PORTREVISION= 3 -CATEGORIES= net-im kde -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src -DIST_SUBDIR= KDE/${PORTVERSION} +CATEGORIES= net-im kde kde-kde4 MAINTAINER= kde@FreeBSD.org COMMENT= KDE multi-protocol instant messenger |