aboutsummaryrefslogtreecommitdiff
path: root/security/libntlm/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-19 10:07:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-19 10:07:29 +0000
commit42a5e179b869f26d251b4ad2372bf4158e4ba33b (patch)
treea56e579abeb28373cf92c9341086ad8c218b4b69 /security/libntlm/Makefile
parent0e982b085dd4dc725ac77c70c29ce68acf3af29d (diff)
downloadports-42a5e179b869f26d251b4ad2372bf4158e4ba33b.tar.gz
ports-42a5e179b869f26d251b4ad2372bf4158e4ba33b.zip
Notes
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>