fa8f67a2c3
otherwise, it converts symlinks to copies which creates problems with duplicate dylibs at runtime
21 lines
568 B
Makefile
21 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.49 2020/11/29 22:33:24 dbj Exp $
|
|
|
|
DISTNAME= qtx11extras-everywhere-src-${QTVERSION}
|
|
PKGNAME= qt5-qtx11extras-${QTVERSION}
|
|
PKGREVISION= 1
|
|
COMMENT= Qt5 module for X11 extras
|
|
|
|
BUILD_TARGET= sub-src
|
|
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
|
|
INSTALLATION_DIRS+= lib/pkgconfig
|
|
|
|
.include "../../x11/qt5-qtbase/Makefile.common"
|
|
|
|
post-install:
|
|
.for i in Qt5X11Extras.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"
|