head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2012.12.10.15.19.18;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.01.21;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2009.02.23.14.46.34;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2008.04.09.13.42.18;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.08.00.00.57;	author pav;	state Exp;
branches;
next	1.1;

1.1
date	2006.04.29.15.55.15;	author pav;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308609
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308609 | ume | 2012-12-10 15:10:02 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Update cyrus-sasl2 to 2.1.26.
## SVN ## This bumps shlib version of libsasl2.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	tclsasl
# Date created:				Wed Apr 26 12:42:16 MSD 2006
# Whom:					Denis Shaposhnikov <dsh@@vlink.ru>
#
# $FreeBSD: head/security/tclsasl/Makefile 308609 2012-12-10 15:10:02Z ume $
#

PORTNAME=	tclsasl
PORTVERSION=	1.0
PORTREVISION=	2
CATEGORIES=	security tcl
MASTER_SITES=	http://beepcore-tcl.sourceforge.net/
EXTRACT_SUFX=	.tgz

MAINTAINER=	dsh@@vlink.ru
COMMENT=	A Tcl interface to the Cyrus SASLv2 library

LIB_DEPENDS=	sasl2:${PORTSDIR}/security/cyrus-sasl2

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_TCL=	yes
USE_TCL_BUILD=	yes

CONFIGURE_ARGS=	--with-tcl=${TCL_LIBDIR} \
		--with-tclinclude=${TCL_INCLUDEDIR} \
		--with-cyrus-sasl=${LOCALBASE}
CONFIGURE_ENV=	INSTALL="${INSTALL_DATA}"

PORTDOCS=	tclsasl.html

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/tclsasl.html ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/tclsasl/Makefile 300897 2012-07-14 14:29:18Z beat $
d10 1
a10 1
PORTREVISION=	1
d18 1
a18 1
LIB_DEPENDS=	sasl2.2:${PORTSDIR}/security/cyrus-sasl2
@


1.4
log
@- Change default Tcl/Tk version to 8.5
- Bump PORTVERSION of ports affected

Tested by:	pointyhat (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories

With hat:	portmgr
@
text
@d10 1
@


1.2
log
@- Use new USE_TCL_BUILD/USE_TK_BUILD macros
@
text
@d10 1
a10 1
CATEGORIES=	security tcl84
@


1.1
log
@Tcl SASL provides a Tcl interface to the Cyrus SASLv2 library.

WWW: http://beepcore-tcl.sourceforge.net/tclsasl.html

PR:		ports/96359
Submitted by:	Denis Shaposhnikov <dsh@@vlink.ru>
@
text
@a17 2
# USE_TCL hack
BUILD_DEPENDS=	${RUN_DEPENDS}
d20 1
d22 1
a22 1
INSTALLS_SHLIB=	yes
@

