4e3b1b97c2
recursive bump for the dependency change
22 lines
663 B
Makefile
22 lines
663 B
Makefile
# $NetBSD: Makefile,v 1.47 2020/03/10 22:09:13 wiz Exp $
|
|
|
|
DISTNAME= qtdeclarative-everywhere-src-${QTVERSION}
|
|
PKGNAME= qt5-qtdeclarative-${QTVERSION}
|
|
PKGREVISION= 2
|
|
COMMENT= Qt5 module for declarative framework
|
|
|
|
BUILD_TARGET= sub-tools
|
|
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
|
|
INSTALLATION_DIRS+= lib/pkgconfig
|
|
|
|
.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"
|