80017bca3c
Changes in 2.2 - support for openssl 1.1 - support for AES GCM and AES CCM modes - new base64 convenience functions - new botan2 support - new hkdf support - various build improvements and (deprecation) cleanups There may be trouble building this release on windows. Feedback/input would be very welcome. (2.2.0 was not announced due to defects noticed after tagging)
25 lines
712 B
Makefile
25 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.41 2019/04/25 23:35:28 markd Exp $
|
|
|
|
PKGNAME= qca2-${DISTNAME:C/.*-//}
|
|
|
|
COMMENT= Cross-platform crypto API for QT
|
|
|
|
.include "Makefile.common"
|
|
|
|
DEPENDS+= mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
|
|
|
|
INSTALLATION_DIRS= lib/pkgconfig
|
|
|
|
CMAKE_ARGS+= -DBUILD_PLUGINS=none
|
|
CMAKE_ARGS+= -DQT4_BUILD=ON
|
|
CMAKE_ARGS+= -DQCA_MAN_INSTALL_DIR=${PREFIX}/${PKGMANDIR}
|
|
|
|
PKGCONFIG_OVERRIDE= lib/pkgconfig/qca2.pc
|
|
PKGCONFIG_OVERRIDE_STAGE= post-configure
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${DESTDIR}${QTDIR}/lib/pkgconfig/qca2.pc ${DESTDIR}${PREFIX}/lib/pkgconfig/qca2.pc
|
|
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.include "../../x11/qt4-tools/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|