head	1.21;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.15
	RELEASE_8_0_0:1.15
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3;
locks; strict;
comment	@# @;


1.21
date	2013.03.19.19.21.03;	author svnexp;	state Exp;
branches;
next	1.20;

1.20
date	2013.02.16.19.59.48;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.11.17.06.01.07;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2011.08.11.19.19.54;	author kwm;	state Exp;
branches;
next	1.17;

1.17
date	2011.01.24.12.35.44;	author ehaupt;	state Exp;
branches;
next	1.16;

1.16
date	2010.12.04.07.33.28;	author ade;	state Exp;
branches;
next	1.15;

1.15
date	2009.08.02.19.35.30;	author mezz;	state Exp;
branches;
next	1.14;

1.14
date	2009.05.20.13.58.45;	author amdmi3;	state Exp;
branches;
next	1.13;

1.13
date	2009.03.24.16.21.59;	author mm;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.25.15.48.14;	author miwi;	state Exp;
branches;
next	1.11;

1.11
date	2008.03.13.20.56.37;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2007.01.28.09.07.43;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.15.01.04.50;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2006.02.23.10.38.59;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.15.06.50.59;	author ade;	state Exp;
branches;
next	1.6;

1.6
date	2004.10.12.12.20.54;	author krion;	state Exp;
branches;
next	1.5;

1.5
date	2004.07.09.17.42.48;	author marcus;	state Exp;
branches;
next	1.4;

1.4
date	2004.03.14.06.17.19;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.19.11.02.39;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.10.19.10.19.24;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.19.10.07.28;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.21
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314640
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: ijliao
# $FreeBSD: head/security/libntlm/Makefile 314640 2013-03-19 13:04:30Z eadler $

PORTNAME=	libntlm
PORTVERSION=	1.3
CATEGORIES=	security
MASTER_SITES=	http://www.nongnu.org/libntlm/releases/

MAINTAINER=	jochen@@daten-chaos.de
COMMENT=	Library that implement Microsoft's NTLM authentication

LICENSE=	LGPL21

USES=	pathfix
USE_AUTOTOOLS=	libtool
USE_PKGCONFIG=	build
USE_LDCONFIG=	yes
MAKE_JOBS_SAFE=	yes

PORTDOCS=	AUTHORS ChangeLog NEWS README THANKS

.include <bsd.port.options.mk>

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312383
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/libntlm/Makefile 312383 2013-02-16 19:31:24Z pawel $
d14 1
a14 1
USE_GNOME=	gnomehack
@


1.19
log
@Switch exporter over
@
text
@d1 2
a2 7
# ex:ts=8
# Ports collection makefile for:	libntlm
# Date created:			Oct 19, 2003
# Whom:				ijliao
#
# $FreeBSD: head/security/libntlm/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	1.2
d7 1
a7 1
MASTER_SITES=	http://josefsson.org/${PORTNAME}/releases/
d10 1
a10 1
COMMENT=	A library that implement Microsoft's NTLM authentication
d12 3
a14 1
USE_GNOME=	gnomehack pkgconfig
d16 1
d20 10
@


1.18
log
@Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.

PR:		ports/159624
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.17
log
@Update to 1.2

PR:             153486
Approved by:    maintainer timeout (jochen@@daten-chaos.de; > 14d)
Feature safe:	yes
@
text
@d17 1
a17 1
USE_GNOME=	gnomehack gnometarget pkgconfig
@


1.16
log
@Sync to new bsd.autotools.mk
@
text
@d10 1
a10 1
PORTVERSION=	1.1
@


1.15
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d18 1
a18 1
USE_AUTOTOOLS=	libtool:22
@


1.14
log
@- Update to 1.1
- Pass maintainership to submitter

PR:		134644
Submitted by:	Jochen Neumeister <jochen@@daten-chaos.de>
@
text
@d18 1
a18 1
USE_AUTOTOOLS=	libtool:15
@


1.13
log
@- Mark MAKE_JOBS_SAFE for SMP compilation
@
text
@d10 1
a10 1
PORTVERSION=	1.0
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.12
log
@- Update to 1.0

PR:		122763
Submitted by:	Ports Fury
@
text
@d20 1
@


1.11
log
@- Update to 0.4.2

PR:		121622
Submitted by:	Ports Fury
@
text
@d10 1
a10 1
PORTVERSION=	0.4.2
@


1.10
log
@Use libtool port instead of included one to avoid objformat a.out botch
@
text
@d10 1
a10 2
PORTVERSION=	0.3.6
PORTREVISION=	1
d17 1
a18 2
USE_GNOME=	gnomehack gnometarget pkgconfig
GNU_CONFIGURE=	yes
@


1.9
log
@- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d18 1
@


1.8
log
@Conversion to a single libtool environment.

Approved by:	portmgr (kris)
@
text
@d20 1
a20 1
INSTALLS_SHLIB=	yes
@


1.7
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d11 1
d19 1
a19 1
USE_AUTOTOOLS=	libtool:15
@


1.6
log
@Update to version 0.3.6

PR:		ports/72328
Submitted by:	Ports Fury
@
text
@d18 1
a18 1
USE_LIBTOOL_VER=	15
@


1.5
log
@Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
@
text
@d10 1
a10 1
PORTVERSION=	0.3.2
d17 2
a18 3
USE_GNOME=	gnomehack
USE_INC_LIBTOOL_VER=13
GNU_CONFIGURE=	yes
@


1.4
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d18 1
a18 1
USE_LIBTOOL_VER=13
@


1.3
log
@NME -> NAME

Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d18 1
a18 1
USE_LIBTOOL=	yes
@


1.2
log
@fix pkgconfig file path
@
text
@d12 1
a12 1
MASTER_SITES=	http://josefsson.org/${PORTNME}/releases/
@


1.1
log
@add libntlm 0.3.2
A library that implement Microsoft's NTLM authentication
@
text
@d17 1
@

