2018-04-27 22:29:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= oxygen
|
|
|
|
DISTVERSION= ${KDE_PLASMA_VERSION}
|
|
|
|
CATEGORIES= x11-themes kde kde-plasma
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Plasma5 Oxygen style
|
|
|
|
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c++11-lib cpe gettext \
|
2018-06-28 19:39:53 +02:00
|
|
|
kde:5 pkgconfig qt:5 tar:xz
|
2018-04-27 22:29:36 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons decoration ecm \
|
|
|
|
frameworkintegration guiaddons i18n kcmutils service \
|
|
|
|
wayland widgetsaddons windowsystem
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= core dbus declarative gui network widgets x11extras xml \
|
2018-04-27 22:29:36 +02:00
|
|
|
buildtools_build qmake_build
|
|
|
|
USE_XORG= xcb
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|