aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf6-kconfigwidgets/Makefile
blob: fad441d0f11179aa91f6c8d97123dbbf8b356c0c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	kconfigwidgets
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	x11-toolkits kde kde-frameworks

COMMENT=	Widgets for configuration dialogs
MAINTAINER=	kde@FreeBSD.org

USES=		cmake gettext gl kde:6 qt:6 tar:xz
USE_GL=		gl opengl
USE_KDE=	codecs colorscheme config coreaddons guiaddons i18n \
		widgetsaddons \
		ecm:build
USE_QT=		base

.include <bsd.port.mk>