![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / cy2-ntlm / Makefile (download)
Revision 1.14, Mon Dec 5 23:55:17 2005 UTC (17 years, 1 month ago) by rillig
Ran "pkglint --autofix", which corrected some of the quoting issues in CONFIGURE_ARGS. |
# $NetBSD: Makefile,v 1.14 2005/12/05 23:55:17 rillig Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/} 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"