diff options
Diffstat (limited to 'www/plasma5-plasma-browser-integration/Makefile')
-rw-r--r-- | www/plasma5-plasma-browser-integration/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/www/plasma5-plasma-browser-integration/Makefile b/www/plasma5-plasma-browser-integration/Makefile index ee33b9309fc9..e53e960a53e3 100644 --- a/www/plasma5-plasma-browser-integration/Makefile +++ b/www/plasma5-plasma-browser-integration/Makefile @@ -1,21 +1,16 @@ # $FreeBSD$ PORTNAME= plasma-browser-integration -DISTVERSION= 5.10.95.20181011 -PORTREVISION= 1 -CATEGORIES= www kde -PKGNAMEPREFIX= plasma5- # this port is not yet using CATEGORIES=kde-plasma +DISTVERSION= ${KDE_PLASMA_VERSION} +CATEGORIES= www kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 components to integrate browsers into the desktop -USES= compiler:c++11-lang cmake kde:5 qt:5 +USES= compiler:c++11-lang cmake kde:5 qt:5 tar:xz USE_KDE= activities config coreaddons i18n kio notifications package \ plasma-framework runner service windowsystem USE_QT= core dbus gui widgets \ buildtools_build qmake_build -USE_GITHUB= yes -GH_ACCOUNT= KDE -GH_TAGNAME= c593654 .include <bsd.port.mk> |