pkgsrc/security/qca2-ossl/Makefile
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00

25 lines
730 B
Makefile

# $NetBSD: Makefile,v 1.37 2018/07/04 13:40:35 jperkin Exp $
PKGNAME= qca2-ossl-${DISTNAME:C/.*-//}
PKGREVISION= 1
COMMENT= Cross-platform crypto API for QT - OpenSSL plugin
.include "../../security/qca2/Makefile.common"
BUILD_DIRS= plugins/qca-ossl
CMAKE_ARGS+= -DQT4_BUILD=ON
CMAKE_ARGS+= -DBUILD_PLUGINS=ossl
CMAKE_ARGS+= -DBUILD_TOOLS=OFF
CMAKE_ARGS+= -DINST_QCA_LIB_NAME=-lqca
SUBST_CLASSES+= libname
SUBST_STAGE.libname= pre-configure
SUBST_MESSAGE.libname= Use installed lib.
SUBST_FILES.libname= plugins/qca-ossl/CMakeLists.txt
SUBST_SED.libname= -e 's:{QCA_LIB_NAME}:{INST_QCA_LIB_NAME}:'
.include "../../security/qca2/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"