diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-19 10:07:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-19 10:07:29 +0000 |
commit | 42a5e179b869f26d251b4ad2372bf4158e4ba33b (patch) | |
tree | a56e579abeb28373cf92c9341086ad8c218b4b69 /security/libntlm/Makefile | |
parent | 0e982b085dd4dc725ac77c70c29ce68acf3af29d (diff) | |
download | ports-42a5e179b869f26d251b4ad2372bf4158e4ba33b.tar.gz ports-42a5e179b869f26d251b4ad2372bf4158e4ba33b.zip |
Notes
Diffstat (limited to 'security/libntlm/Makefile')
-rw-r--r-- | security/libntlm/Makefile | 21 |
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> |