aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/baloo-widgets/Makefile
blob: 20b32e1907c1d44fdbc50ec644cdf159735d9406 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	baloo-widgets
DISTVERSION=	${KDE_APPLICATIONS_VERSION}
CATEGORIES=	sysutils kde kde-applications

MAINTAINER=	kde@FreeBSD.org
COMMENT=	BalooWidgets library
WWW=		https://projects.kde.org/projects/kde/kdelibs/baloo

USES=		cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz xorg
USE_KDE=	baloo completion config coreaddons filemetadata i18n \
		itemmodels jobwidgets kio service solid widgetsaddons \
		windowsystem \
		ecm:build
USE_QT=		base
USE_XORG=	x11
USE_LDCONFIG=	yes

.include <bsd.port.mk>