35629dc1f9
Qt 5.13.2 Released We have released Qt 5.13.2 today. As a patch release, Qt 5.13.2 does not add any new functionality but provides many bug fixes and other improvements. Compared to Qt 5.13.1, the new Qt 5.13.2 contains more than 200 bug fixes. For details of the most important changes, please check the Change files of Qt 5.13.2.
22 lines
581 B
Makefile
22 lines
581 B
Makefile
# $NetBSD: Makefile,v 1.51 2019/11/05 14:58:45 adam Exp $
|
|
|
|
DISTNAME= qtscript-everywhere-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"
|