aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kdesignerplugin/Makefile
blob: 327b6ad5e91c3c706b7678250c9b2c9715cc9c41 (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 compiler:c++11-lib gettext kde:5 qt: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_QT=		buildtools_build core dbus designer gui linguisttools \
		network qmake_build webkit widgets xml

.include <bsd.port.mk>