blob: 46acf2f8e2ffa9ce3e72870860b77423853f9ad7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= plasma-bigscreen
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Plasma workspace
WWW= https://www.kde.org/plasma-desktop
USES= cmake compiler:c++11-lib cpe desktop-file-utils gettext kde:5 \
pkgconfig qt:5 tar:xz xorg
USE_KDE= activities activities-stats auth codecs completion config \
configwidgets coreaddons i18n jobwidgets kcmutils kdeclarative \
kio kirigami2 notifications package plasma-framework \
plasma-workspace service solid wayland widgetsaddons \
windowsystem \
ecm:build
USE_QT= concurrent core dbus declarative gui network widgets xml \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>
|