pkgsrc/x11/qt5-qtdeclarative/Makefile
adam 81fc0d5ad9 qt5: updated to 5.15.3
5.15.3:
Bug fix, LTS, release.

qt5-qtwebengine patches courtesy of @markd.
2022-04-18 11:18:15 +00:00

22 lines
688 B
Makefile

# $NetBSD: Makefile,v 1.60 2022/04/18 11:18:16 adam Exp $
DISTNAME= qtdeclarative-everywhere-opensource-src-${QTVERSION}
PKGNAME= qt5-qtdeclarative-${QTVERSION}
COMMENT= Qt5 module for declarative framework
BUILD_TARGET= sub-tools
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
PYTHON_FOR_BUILD_ONLY= tool
.include "../../x11/qt5-qtbase/Makefile.common"
post-install:
.for i in Qt5Qml.pc Qt5Quick.pc Qt5QuickTest.pc Qt5QuickWidgets.pc
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
.endfor
.include "../../x11/qt5-qtxmlpatterns/buildlink3.mk"
.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"