2014-02-13 00:18:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.40 2014/02/12 23:18:32 tron Exp $
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
|
2012-05-30 08:52:58 +02:00
|
|
|
DISTNAME= gsasl-1.8.0
|
2014-02-13 00:18:26 +01:00
|
|
|
PKGREVISION= 4
|
2007-10-25 23:24:53 +02:00
|
|
|
CATEGORIES= security
|
2009-06-04 20:38:30 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=gsasl/}
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
|
2007-10-25 23:24:53 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/gsasl/
|
|
|
|
COMMENT= GNU implementation of the Simple Authentication and Security Layer
|
2011-06-01 12:05:57 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
|
2006-04-13 20:23:29 +02:00
|
|
|
USE_TOOLS+= msgfmt pkg-config
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
USE_LIBTOOL= yes
|
2004-12-26 23:56:09 +01:00
|
|
|
USE_PKGLOCALEDIR= yes
|
2007-10-25 23:24:53 +02:00
|
|
|
GNU_CONFIGURE= yes
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
2008-05-21 17:22:56 +02:00
|
|
|
CONFIGURE_ARGS+= --with-gssapi-impl=${GSSIMPL.${KRB5_TYPE}}
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
|
2006-12-09 15:06:13 +01:00
|
|
|
CONFIGURE_ARGS+= --with-libgcrypt
|
|
|
|
GSSIMPL.heimdal= heimdal
|
|
|
|
GSSIMPL.mit-krb5= mit
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
|
2006-12-09 15:06:13 +01:00
|
|
|
PKGCONFIG_OVERRIDE+= lib/libgsasl.pc.in
|
2007-10-25 23:24:53 +02:00
|
|
|
INFO_FILES= yes
|
|
|
|
TEST_TARGET= check
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
|
2004-02-10 01:17:51 +01:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/libidn/buildlink3.mk"
|
|
|
|
.include "../../devel/libntlm/buildlink3.mk"
|
2013-07-15 04:02:17 +02:00
|
|
|
.include "../../mk/readline.buildlink3.mk"
|
2006-12-09 15:06:13 +01:00
|
|
|
.include "../../security/gnutls/buildlink3.mk"
|
2004-02-10 01:17:51 +01:00
|
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
2010-07-24 12:43:33 +02:00
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
2006-12-09 15:06:13 +01:00
|
|
|
.include "../../mk/krb5.buildlink3.mk"
|
Initial import gsasl-0.0.8 from pkgsrc-wip.
GNU SASL is an implementation of the Simple Authentication and Security Layer
framework and a few common SASL mechanisms. SASL is used by network servers
(e.g., IMAP, SMTP) to request authentication from clients, and in clients to
authenticate against servers.
GNU SASL contains a library (`libgsasl'), a command line utility (`gsasl')
to access the library from the shell, and a manual. The library includes
support for the SASL framework (with authentication functions and application
data privacy and integrity functions) and at least partial support for the
CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN,
NTLM and KERBEROS_V5 mechanisms.
2003-12-03 20:23:13 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|