freebsd-ports/security/libntlm/Makefile
Ying-Chieh Liao 27a3bcc418 NME -> NAME
Submitted by:	Clement Laforet <sheepkiller@cultdeadsheep.org>
2003-10-19 11:02:39 +00:00

22 lines
431 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/${PORTNAME}/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= A library that implement Microsoft's NTLM authentication
USE_GNOME= gnomehack
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>