aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kdesignerplugin/Makefile
blob: c058a2522b9dc466c1dda510064de9c08319c7f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	kdesignerplugin
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	1
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 i18n iconthemes itemviews \
		jobwidgets kdewebkit kio plotting service solid sonnet \
		textwidgets widgetsaddons xmlgui \
		doctools_build ecm_build
USE_QT=		concurrent core dbus designer gui linguisttools \
		network webkit widgets xml \
		buildtools_build qmake_build 

.include <bsd.port.mk>