aboutsummaryrefslogtreecommitdiff
path: root/security/libntlm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/libntlm/Makefile')
-rw-r--r--security/libntlm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile
new file mode 100644
index 000000000000..d5297bb12bde
--- /dev/null
+++ b/security/libntlm/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# Ports collection makefile for: libntlm
+# Date created: Oct 19, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libntlm
+PORTVERSION= 0.3.2
+CATEGORIES= security
+MASTER_SITES= http://josefsson.org/${PORTNME}/releases/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= A library that implement Microsoft's NTLM authentication
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>