pkgsrc/x11/qt5-qtscript/Makefile
adam b32aa620a8 qt5*: updated to 5.15.10
Compared to Qt 5.15.9, Qt 5.15.10 contains about 110 bug fixes and security updates. The list of fixes and the overview of all important changes in Qt 5.15.10 can be found in the release note.
2023-06-10 18:23:03 +00:00

22 lines
592 B
Makefile

# $NetBSD: Makefile,v 1.85 2023/06/10 18:23:05 adam Exp $
DISTNAME= qtscript-everywhere-opensource-src-${QTVERSION}
PKGNAME= qt5-qtscript-${QTVERSION}
COMMENT= Qt5 module for script
BUILD_TARGET= sub-src
MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
.include "../../x11/qt5-qtbase/Makefile.common"
post-install:
.for i in Qt5Script.pc Qt5ScriptTools.pc
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
.endfor
.include "../../x11/qt5-qttools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"