aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kdesignerplugin/Makefile
blob: c7aaa18d6c8d3b5e9525bff8659d07180cd838e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=	kdesignerplugin
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	x11-toolkits kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 integration of Frameworks widgets in Qt Designer/Creator

USES=		cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
USE_KDE=	auth bookmarks codecs completion config configwidgets \
		coreaddons doctools ecm i18n iconthemes itemviews \
		jobwidgets kdewebkit kio plotting service solid sonnet \
		textwidgets widgetsaddons xmlgui
USE_QT5=	buildtools_build core dbus designer gui linguisttools \
		network qmake_build webkit widgets xml

.include <bsd.port.mk>