summaryrefslogtreecommitdiff
path: root/devel/libntlm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libntlm/Makefile')
-rw-r--r--devel/libntlm/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libntlm/Makefile b/devel/libntlm/Makefile
new file mode 100644
index 00000000000..96907d6e5ca
--- /dev/null
+++ b/devel/libntlm/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 19:18:15 xtraeme Exp $
+#
+
+DISTNAME= libntlm-0.3.2
+CATEGORIES= security
+MASTER_SITES= http://josefsson.org/libntlm/releases/
+
+MAINTAINER= xtraeme@NetBSD.org
+HOMEPAGE= http://josefsson.org/libntlm/
+COMMENT= Library that implement Microsoft's NTLM authentication
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/libntlm.pc.in
+
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"