aboutsummaryrefslogtreecommitdiff
path: root/www/plasma5-plasma-browser-integration/Makefile
blob: f726d54163b67b0bd771be1d711032cab1030c0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	plasma-browser-integration
DISTVERSION=	${KDE_PLASMA_VERSION}
PORTREVISION=	2
CATEGORIES=	www kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 components to integrate browsers into the desktop
WWW=		https://www.kde.org/plasma-desktop

USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:xz xorg
USE_KDE=	activities completion config coreaddons crash dbusaddons \
		filemetadata i18n itemmodels jobwidgets kio notifications package \
		plasma-framework plasma-workspace purpose runner service \
		widgetsaddons windowsystem
USE_QT=		concurrent core declarative dbus gui network widgets \
		buildtools_build qmake_build
USE_XORG=	x11

.include <bsd.port.mk>