blob: 9deed00d32284c886c5673c14e86eaf9673625b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
PORTNAME= oxygen
DISTVERSION= ${KDE_PLASMA_VERSION}
PORTREVISION= 1
CATEGORIES= x11-themes kde kde-plasma
MAINTAINER= kde@FreeBSD.org
COMMENT= Plasma5 Oxygen style
WWW= https://www.kde.org/plasma-desktop
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
USES= cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
xorg
USE_LDCONFIG= yes
USE_KDE= auth codecs completion config configwidgets coreaddons \
decoration frameworkintegration guiaddons i18n kcmutils \
service wayland widgetsaddons windowsystem \
ecm:build
USE_QT= core dbus declarative gui network widgets x11extras xml \
buildtools:build qmake:build
USE_XORG= x11 xcb
.include <bsd.port.mk>
|