pkgsrc/x11/qt5-qtscxml/Makefile
dbj fa8f67a2c3 x11/qt5-*: avoid calling install_name_tool on symlinks
otherwise, it converts symlinks to copies which creates
problems with duplicate dylibs at runtime
2020-11-29 22:33:21 +00:00

21 lines
561 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/11/29 22:33:23 dbj Exp $
DISTNAME= qtscxml-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtscxml-${QTVERSION}
PKGREVISION= 1
COMMENT= Qt5 module for scxml framework
BUILD_TARGET= sub-src
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
.include "../../x11/qt5-qtbase/Makefile.common"
post-install:
.for i in Qt5Scxml.pc
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
.endfor
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"