# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $

PortSystem 1.0
name		libntlm
version		0.3.6
revision	0
categories	net security devel
maintainers	waqar
description	Implement Microsoft's NTLM authentication
long_description	\
	NTLM employs a challenge-response mechanism for 	\
	authentication, in which clients are able to prove 	\
	their identities without sending a password to the 	\
	server. It consists of three messages, commonly 	\
	referred to as Type 1 (negotiation), Type 2 		\
	(challenge) and Type 3 (authentication).
homepage	http://josefsson.org/libntlm
master_sites	http://josefsson.org/libntlm/releases
platforms	darwin
checksums	md5 0accca251d70ba59107b0573147e4f59			\
		sha1 a78634014f500f7c298ed17b083a18e1f2619fb8
configure.args	--infodir=${prefix}/share/info \
		--mandir=${prefix}/share/man

