opnsense-ports/security/libntlm/Makefile
2022-09-07 22:33:21 +02:00

19 lines
415 B
Makefile

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
WWW= https://www.nongnu.org/libntlm/
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cpe libtool pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
CPE_VENDOR= nongnu
.include <bsd.port.mk>