freebsd-ports/security/libntlm/Makefile
2021-04-06 16:31:07 +02:00

19 lines
376 B
Makefile

# Created by: ijliao
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>