summaryrefslogtreecommitdiff
path: root/x11-themes/kf5-kiconthemes/Makefile
blob: 1263f6ba30a643ceafb051c9cf0a3e327e3fee80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	kiconthemes
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	x11-themes kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 library for handling icons in applications

USES=		cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
USE_KDE=	archive auth codecs config configwidgets coreaddons \
		i18n itemviews widgetsaddons \
		ecm_build
USE_QT=		concurrent core dbus gui script svg widgets xml \
		buildtools_build qmake_build

OPTIONS_DEFINE=	ICONS
OPTIONS_DEFAULT=	ICONS
ICONS_DESC=	Install Breeze Icons
ICONS_USE=	KDE=breeze-icons_run

.include <bsd.port.mk>