23 lines
599 B
Makefile
23 lines
599 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/02/05 23:10:42 joerg Exp $
|
|
|
|
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
|
|
PKGREVISION= 1
|
|
COMMENT= Cyrus SASL NTLM authentication plugin
|
|
SASL_PLUGIN= yes
|
|
|
|
.include "../../security/cyrus-sasl2/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-ntlm
|
|
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
|
|
|
|
BUILD_DIRS= ${WRKSRC}/plugins
|
|
BUILD_TARGET= libntlm.la
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PLUGINDIR}
|
|
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
|
|
${INSTALL_PROGRAM} libntlm.la ${PLUGINDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|