1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/security/libntlm/Makefile
Jochen Neumeister fc373ceed2 - Update maintainer address
Reviewed by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10755
2017-05-16 13:37:51 +00:00

26 lines
548 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libntlm
PORTVERSION= 1.4
CATEGORIES= security
MASTER_SITES= http://www.nongnu.org/libntlm/releases/
MAINTAINER= joneum@FreeBSD.org
COMMENT= Library that implement Microsoft's NTLM authentication
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pathfix pkgconfig libtool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>