aboutsummaryrefslogtreecommitdiff
path: root/www/plasma5-plasma-browser-integration/Makefile
blob: 18c9c5269e0ee5caee715a9879239c8bbe46dd80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

PORTNAME=	plasma-browser-integration
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 tar:xz
USE_KDE=	activities completion config coreaddons crash dbusaddons \
		filemetadata i18n jobwidgets kio notifications package \
		plasma-framework purpose runner service widgetsaddons \
		windowsystem
USE_QT=		concurrent core dbus gui network widgets \
		buildtools_build qmake_build

.include <bsd.port.mk>