334eb0fc61
If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi)
30 lines
586 B
Makefile
30 lines
586 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libntlm
|
|
PORTVERSION= 1.3
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.nongnu.org/libntlm/releases/
|
|
|
|
MAINTAINER= jochen@daten-chaos.de
|
|
COMMENT= Library that implement Microsoft's NTLM authentication
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= pathfix
|
|
USE_AUTOTOOLS= libtool
|
|
USE_PKGCONFIG= build
|
|
USE_LDCONFIG= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README THANKS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
post-install:
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|