aboutsummaryrefslogtreecommitdiffstats
path: root/devel/plasma6-plasma5support/Makefile
blob: 871802aaa585c618dd6592a07b4e349fd3dbe261 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	plasma5support
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	devel kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Support components for porting from KF5/Qt5 to KF6/Qt6

USES=		cmake gettext gl kde:6 qt:6 tar:xz
USE_GL=		gl opengl
USE_KDE=	colorscheme completion config configwidgets coreaddons i18n \
		idletime jobwidgets kio libksysguard libplasma package \
		service solid widgetsaddons xmlgui \
		ecm:build
USE_QT=		base declarative

CMAKE_ON=	CMAKE_DISABLE_FIND_PACKAGE_KF6NetworkManagerQt

.include <bsd.port.mk>