Update x11-toolkits/kf5-kdesignerplugin to version 5.37.0_1
[dports.git] / x11-toolkits / kf5-kdesignerplugin / Makefile
1 # Created by: tcberner
2 # $FreeBSD$
3
4 PORTNAME=       kdesignerplugin
5 PORTVERSION=    ${KDE_FRAMEWORKS_VERSION}
6 PORTREVISION=   1
7 CATEGORIES=     x11-toolkits kde kde-frameworks
8
9 MAINTAINER=     kde@FreeBSD.org
10 COMMENT=        KF5 integration of Frameworks widgets in Qt Designer/Creator
11
12 USES=           cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz
13 USE_KDE=        auth bookmarks codecs completion config configwidgets \
14                 coreaddons doctools ecm i18n iconthemes itemviews \
15                 jobwidgets kdewebkit kio plotting service solid sonnet \
16                 textwidgets widgetsaddons xmlgui
17 USE_QT5=        buildtools_build core dbus designer gui linguisttools \
18                 network qmake_build webkit widgets xml
19
20 .include <bsd.port.mk>