freebsd-ports/security/libntlm/Makefile
Ying-Chieh Liao 42a5e179b8 add libntlm 0.3.2
A library that implement Microsoft's NTLM authentication
2003-10-19 10:07:29 +00:00

21 lines
409 B
Makefile

# ex:ts=8
# Ports collection makefile for: libntlm
# Date created: Oct 19, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libntlm
PORTVERSION= 0.3.2
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNME}/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library that implement Microsoft's NTLM authentication
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>