07e4f67f2f
New in 2.1.23 ------------- * Fixed CERT VU#238019 (make sure sasl_encode64() always NUL terminates output or returns SASL_BUFOVER)
26 lines
669 B
Makefile
26 lines
669 B
Makefile
# $NetBSD: Makefile,v 1.12 2009/05/14 23:00:47 obache Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-otp/}
|
|
COMMENT= Cyrus SASL OTP authentication plugin
|
|
SASL_PLUGIN= yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= cyrus-sasl<=2.1.19nb1
|
|
|
|
.include "../../security/cyrus-sasl/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-otp
|
|
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
|
|
|
|
BUILD_DIRS= ${WRKSRC}/plugins
|
|
BUILD_TARGET= libotp.la
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR}
|
|
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
|
|
${INSTALL_PROGRAM} libotp.la ${DESTDIR}${PLUGINDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|