aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/plasma5-oxygen/Makefile
blob: 8a7115f513b75743bd7c0c1133fcf15b5c456eb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $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

USES=		cmake:outsource compiler:c++11-lib cpe gettext \
		kde:5 pkgconfig tar:xz
USE_LDCONFIG=	yes
USE_KDE=	auth codecs completion config configwidgets coreaddons decoration ecm \
		frameworkintegration guiaddons i18n kcmutils service \
		wayland widgetsaddons windowsystem
USE_QT5=	core dbus gui network qml quick widgets x11extras xml \
		buildtools_build qmake_build
USE_XORG=	xcb

.include <bsd.port.mk>