pkgsrc/x11/qt5-qtmacextras/Makefile
adam 06d691ed93 qt5: updated to 5.12.0
Just in time for the end of the year, we have released Qt 5.12 LTS today. This is a long-term-supported (LTS) release that we will support for 3 years to come. We have had a strong focus on quality and fixed more than 2000 bugs since the last Qt LTS version, Qt 5.9.7 – make that over 5000 bugfixes since Qt 5.6.3. Of course, this is only the start, and we will work hard on continuously improving the quality of Qt 5.12 in upcoming patches
2018-12-18 09:57:17 +00:00

22 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.25 2018/12/18 09:57:19 adam Exp $
DISTNAME= qtmacextras-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtmacextras-${QTVERSION}
COMMENT= Qt5 module for Mac extras
BUILD_TARGET= sub-src
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
ONLY_FOR_PLATFORM= Darwin-*-*
.include "../../x11/qt5-qtbase/Makefile.common"
post-install:
.for i in Qt5MacExtras.pc
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
ln -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
.endfor
.include "../../x11/qt5-qtxmlpatterns/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"