diff options
author | tcberner <tcberner@FreeBSD.org> | 2016-10-19 01:22:35 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2016-10-19 01:22:35 +0800 |
commit | 9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082 (patch) | |
tree | 81e0de1cf21ddaecde85001eb3dcccbb81d0b7b0 /devel/ruby-qtruby/Makefile | |
parent | 1446b2e51625a1f9a1eeffb5848c4003eeceb822 (diff) | |
download | freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.tar.gz freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.tar.zst freebsd-ports-gnome-9e1cd6c1fb71e1135cbf968c5ac18e67d9ec7082.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)
Diffstat (limited to 'devel/ruby-qtruby/Makefile')
-rw-r--r-- | devel/ruby-qtruby/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ruby-qtruby/Makefile b/devel/ruby-qtruby/Makefile index dddfe9c48043..3c5fbc1c9205 100644 --- a/devel/ruby-qtruby/Makefile +++ b/devel/ruby-qtruby/Makefile @@ -3,10 +3,8 @@ PORTNAME= qtruby PORTVERSION= ${KDE4_VERSION} PORTREVISION= 1 -CATEGORIES= devel kde ruby -MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src +CATEGORIES= devel kde kde-kde4 ruby PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt |