aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/plasma5-breeze/Makefile
blob: 9e389c5421220baa308e2574f0ca3205a55cffd8 (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
PORTNAME=	breeze
DISTVERSION=	${KDE_PLASMA_VERSION}
PORTREVISION=	1
CATEGORIES=	x11-themes kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 artwork, styles and assets for the Breeze visual style

LICENSE=	GPLv2

LIB_DEPENDS=	libfftw3_threads.so:math/fftw3

USES=		cmake compiler:c++11-lib gettext kde:5 pkgconfig qt:5 tar:xz \
		xorg
USE_KDE=	auth breeze-icons codecs config configwidgets coreaddons \
		decoration ecm frameworkintegration guiaddons i18n iconthemes \
		kcmutils plasma-framework service wayland widgetsaddons \
		windowsystem
USE_QT=		core dbus declarative gui network widgets x11extras xml \
		buildtools_build qmake_build
USE_XORG=	x11 xcb

.include <bsd.port.mk>