blob: 8753c7e52f4a09edd96f69710c204a9b0cd68ab4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
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>
|