f4242317b9
* Fix build error when cross-compiling to MinGW. Changes 1.1: * Update gnulib files. * The core library is now compiled with many warning flags. Some warnings have been fixed too. Changes 1.0: * Update gnulib files. Changes 0.4.2: * Fix endian related bug in self test. * Add a note in README about NTLM being a insecure protocol. * Cleaned up internal endianness handling. * Update of gnulib files. Changes 0.4.1: * Update of gnulib files. Changes 0.4.0: * Only public API functions are exported in shared library. Using libtool's -export-symbols-regex. * Update of gnulib files.
21 lines
505 B
Makefile
21 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.17 2011/01/28 07:44:25 adam Exp $
|
|
|
|
DISTNAME= libntlm-1.2
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://josefsson.org/libntlm/releases/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://josefsson.org/libntlm/
|
|
COMMENT= Library that implement Microsoft's NTLM authentication
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
PKGCONFIG_OVERRIDE+= libntlm.pc.in
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|