freebsd-ports/security/libntlm/Makefile
Sunpoet Po-Chuan Hsieh 6bf9bd285a Update to 1.6
- Update MASTER_SITES
- Remove DOCS option
- Update WWW

Changes:	https://gitlab.com/jas/libntlm/-/blob/master/NEWS
Security:	0f798bd6-8325-11ea-9a78-08002728f74c
MFH:		2020Q2
2020-04-21 19:35:07 +00:00

21 lines
388 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libntlm
PORTVERSION= 1.6
CATEGORIES= security
MASTER_SITES= https://www.nongnu.org/libntlm/releases/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library that implement Microsoft's NTLM authentication
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>