blob: ceb36960977ed2f85c621082f7ad0e5be0de54c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= plasma-browser-integration
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
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 config coreaddons crash dbusaddons filemetadata \
i18n itemmodels jobwidgets kio notifications package \
plasma-framework plasma-workspace purpose runner service \
windowsystem \
ecm:build
USE_QT= concurrent core dbus declarative gui network widgets \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>
|