1PORTNAME= uitools 2PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} 3CATEGORIES= devel 4PKGNAMEPREFIX= qt5- 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= Qt Designer UI forms support module 8 9USES= compiler:c++11-lang perl5 qmake qt-dist:5,tools 10USE_PERL5= build 11USE_QT= core gui uiplugin widgets buildtools:build 12 13BUILD_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME} 14INSTALL_WRKSRC= ${WRKSRC}/src/designer/src/${PORTNAME} 15 16post-install: 17 ${REINPLACE_CMD} 's|/../../../../|/../../../|g' \ 18 ${PREFIX}/lib/cmake/Qt5UiTools/Qt5UiToolsConfig.cmake 19 20.include <bsd.port.mk> 21