Initial import of libntlm-0.3.2 from pkgsrc-wip.
libntlm is a library that implement Microsoft's NTLM authentication.
This commit is contained in:
parent
111ac50b8b
commit
848fe8edac
5 changed files with 58 additions and 0 deletions
1
devel/libntlm/DESCR
Normal file
1
devel/libntlm/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
libntlm is a library that implement Microsoft's NTLM authentication.
|
20
devel/libntlm/Makefile
Normal file
20
devel/libntlm/Makefile
Normal file
|
@ -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"
|
8
devel/libntlm/PLIST
Normal file
8
devel/libntlm/PLIST
Normal file
|
@ -0,0 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $
|
||||
include/ntlm.h
|
||||
lib/libntlm.a
|
||||
lib/libntlm.la
|
||||
lib/libntlm.so
|
||||
lib/libntlm.so.0
|
||||
lib/libntlm.so.0.1
|
||||
lib/pkgconfig/libntlm.pc
|
25
devel/libntlm/buildlink2.mk
Normal file
25
devel/libntlm/buildlink2.mk
Normal file
|
@ -0,0 +1,25 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use libntlm.
|
||||
#
|
||||
# This file was created automatically using createbuildlink 2.8.
|
||||
#
|
||||
|
||||
.if !defined(LIBNTLM_BUILDLINK2_MK)
|
||||
LIBNTLM_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= libntlm
|
||||
BUILDLINK_DEPENDS.libntlm?= libntlm>=0.3.2
|
||||
BUILDLINK_PKGSRCDIR.libntlm?= ../../devel/libntlm
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.libntlm=libntlm
|
||||
BUILDLINK_PREFIX.libntlm_DEFAULT= ${LOCALBASE}
|
||||
BUILDLINK_FILES.libntlm+= include/ntlm.h
|
||||
BUILDLINK_FILES.libntlm+= lib/libntlm.*
|
||||
|
||||
|
||||
BUILDLINK_TARGETS+= libntlm-buildlink
|
||||
|
||||
libntlm-buildlink: _BUILDLINK_USE
|
||||
|
||||
.endif # LIBNTLM_BUILDLINK2_MK
|
4
devel/libntlm/distinfo
Normal file
4
devel/libntlm/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/12/03 19:18:16 xtraeme Exp $
|
||||
|
||||
SHA1 (libntlm-0.3.2.tar.gz) = 6b658496ab96eb1878ec0dd72db2e4941b319d37
|
||||
Size (libntlm-0.3.2.tar.gz) = 207997 bytes
|
Loading…
Reference in a new issue