2018-12-09 22:05:32 +01:00
|
|
|
# $NetBSD: Makefile,v 1.30 2018/12/09 21:05:34 adam Exp $
|
2003-03-19 23:28:53 +01:00
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/}
|
|
|
|
COMMENT= Cyrus SASL NTLM authentication plugin
|
2004-03-29 07:47:30 +02:00
|
|
|
SASL_PLUGIN= yes
|
2003-03-19 23:28:53 +01:00
|
|
|
|
2006-04-13 23:45:12 +02:00
|
|
|
.include "../../security/cyrus-sasl/Makefile.common"
|
2003-03-19 23:28:53 +01:00
|
|
|
|
2004-08-13 09:11:57 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-ntlm
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
|
2003-03-19 23:28:53 +01:00
|
|
|
|
2013-04-06 17:46:33 +02:00
|
|
|
BUILD_DIRS= plugins
|
2004-12-03 16:14:50 +01:00
|
|
|
BUILD_TARGET= libntlm.la
|
2003-03-19 23:28:53 +01:00
|
|
|
|
2004-08-01 23:02:13 +02:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
|
2003-03-19 23:28:53 +01:00
|
|
|
do-install:
|
2008-08-12 12:16:54 +02:00
|
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR}
|
2004-08-13 09:11:57 +02:00
|
|
|
cd ${WRKSRC}/plugins && ${SHLIBTOOL} --mode=install \
|
2008-08-12 12:16:54 +02:00
|
|
|
${INSTALL_PROGRAM} libntlm.la ${DESTDIR}${PLUGINDIR}
|
2003-03-19 23:28:53 +01:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|