23 lines
590 B
Makefile
23 lines
590 B
Makefile
# $NetBSD: Makefile,v 1.23 2018/03/12 11:15:56 wiz Exp $
|
|
|
|
DISTNAME= qtserialport-everywhere-src-${QTVERSION}
|
|
PKGNAME= qt5-qtserialport-${QTVERSION}
|
|
PKGREVISION= 1
|
|
COMMENT= Qt5 module for Serial Port
|
|
|
|
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 Qt5SerialPort.pc
|
|
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
|
|
ln -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
|
|
.endfor
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|