6bf9bd285a
- 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
21 lines
388 B
Makefile
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>
|