Update security/libsodium to version 0.7.0_1
[dports.git] / security / libntlm / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       libntlm
5 PORTVERSION=    1.3
6 PORTREVISION=   1
7 CATEGORIES=     security
8 MASTER_SITES=   http://www.nongnu.org/libntlm/releases/
9
10 MAINTAINER=     jochen@daten-chaos.de
11 COMMENT=        Library that implement Microsoft's NTLM authentication
12
13 LICENSE=        LGPL21
14
15 USES=           pathfix pkgconfig libtool
16 GNU_CONFIGURE=  yes
17 USE_LDCONFIG=   yes
18
19 PORTDOCS=       AUTHORS ChangeLog NEWS README THANKS
20
21 post-install:
22         ${MKDIR} ${STAGEDIR}${DOCSDIR}
23         ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
24
25 .include <bsd.port.mk>