aboutsummaryrefslogtreecommitdiff
path: root/security/libntlm/Makefile
blob: 1d9d7133c3ca9663a5dff4b05f416b122d411074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>