24 lines
633 B
Makefile
24 lines
633 B
Makefile
# $NetBSD: Makefile,v 1.45 2020/08/17 20:17:59 leot Exp $
|
|
|
|
DISTNAME= qtsensors-everywhere-src-${QTVERSION}
|
|
PKGNAME= qt5-qtsensors-${QTVERSION}
|
|
PKGREVISION= 1
|
|
COMMENT= Qt5 module for Sensors
|
|
|
|
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 Qt5Sensors.pc
|
|
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
|
|
${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
|
|
.endfor
|
|
|
|
.include "../../x11/qt5-qtdeclarative/buildlink3.mk"
|
|
.include "../../x11/qt5-qtsvg/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|