pkgsrc/x11/qt5-qtspeech/Makefile
adam 2fa4b1ed9f qt5: updated to 5.15.1
Qt 5.15.1 Released

We have released Qt 5.15.1, the first patch release of Qt 5.15 LTS. As a patch release, Qt 5.15.1 does not add any new functionality but provides many bug fixes and other improvements.

Compared to Qt 5.15.0, the new Qt 5.15.1 contains more than 400 bug fixes.  For details of the most important changes, please check the Change files of Qt 5.15.1.
2020-09-14 20:08:26 +00:00

20 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/09/14 20:08:29 adam Exp $
DISTNAME= qtspeech-everywhere-src-${QTVERSION}
PKGNAME= qt5-qtspeech-${QTVERSION}
COMMENT= Qt5 module to make text to speech and speech recognition easy
MAKE_ENV+= QTDIR=${QTDIR}
INSTALL_ENV+= INSTALL_ROOT=${DESTDIR}
INSTALLATION_DIRS+= lib/pkgconfig
.include "../../x11/qt5-qtbase/Makefile.common"
post-install:
.for i in Qt5TextToSpeech.pc
cd ${DESTDIR}${PREFIX}/lib/pkgconfig && \
${LN} -f -s ${QTPREFIX}/lib/pkgconfig/${i} ${i}
.endfor
.include "../../x11/qt5-qtmultimedia/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"