freebsd-ports/security/libntlm/Makefile
Dmitry Marakasov 5fdc4b0fa4 - Update to 1.1
- Pass maintainership to submitter

PR:		134644
Submitted by:	Jochen Neumeister <jochen@daten-chaos.de>
2009-05-20 13:58:45 +00:00

22 lines
463 B
Makefile

# ex:ts=8
# Ports collection makefile for: libntlm
# Date created: Oct 19, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libntlm
PORTVERSION= 1.1
CATEGORIES= security
MASTER_SITES= http://josefsson.org/${PORTNAME}/releases/
MAINTAINER= jochen@daten-chaos.de
COMMENT= A library that implement Microsoft's NTLM authentication
USE_GNOME= gnomehack gnometarget pkgconfig
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>