head	1.6;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_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.18;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.06.06.44.22;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2012.05.13.15.57.20;	author makc;	state Exp;
branches;
next	1.2;

1.2
date	2009.07.08.20.42.13;	author makc;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.19.12.00.09;	author makc;	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:	qca-cyrus-sasl
# Date created:		2009-03-19
# Whom:			Max Brazhnikov <makc@@FreeBSD.org>
#
# $FreeBSD: head/security/qca-cyrus-sasl/Makefile 308609 2012-12-10 15:10:02Z ume $
#

PORTNAME=	qca-cyrus-sasl
DISTVERSION=	2.0.0-beta3
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	http://delta.affinix.com/download/qca/2.0/plugins/

MAINTAINER=	kde@@FreeBSD.org
COMMENT=	QCA Cyrus SASL plugin

LIB_DEPENDS=	qca.2:${PORTSDIR}/devel/qca \
		sasl2:${PORTSDIR}/security/cyrus-sasl2

USE_BZIP2=	yes
USE_QT4=	corelib qmake_build moc_build
HAS_CONFIGURE=	yes
QT_NONSTANDARD=	yes
CONFIGURE_ARGS+=--plugins-path=${PREFIX}/${QT_PLUGINDIR_REL} \
		--with-sasl-inc=${LOCALBASE}/include \
		--with-sasl-lib=${LOCALBASE}/lib

.if !defined(WITH_DEBUG)
CONFIGURE_ARGS+=--release --no-separate-debug-info
PLIST_SUB+=	DEBUG="@@comment "
.else
CONFIGURE_ARGS+=--debug
PLIST_SUB+=	DEBUG=""
.endif

post-install:
	${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/crypto/libqca-cyrus-sasl.so

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/qca-cyrus-sasl/Makefile 300897 2012-07-14 14:29:18Z beat $
d10 1
a10 1
PORTREVISION=	1
@


1.4
log
@- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:	bapt, David Naylor (kde team)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Pass maintainership to KDE team
@
text
@d21 1
a21 2
USE_QT_VER=	4
QT_COMPONENTS=	corelib qmake_build moc_build
@


1.2
log
@1) Fix build with custom LOCALBASE.
2) Use correct path for strip.
3) Remove trailing spaces from plist.

Reported by:	QATty [1], Marco Broder (marco.broeder at gmx.eu) [2]
@
text
@d14 1
a14 1
MAINTAINER=	makc@@FreeBSD.org
@


1.1
log
@Add new port security/qca-cyrus-sasl:

QCA aims to provide a straightforward and cross-platform crypto API,
using Qt datatypes and conventions.

This port installs Cyrus SASL plugin.

WWW:	http://delta.affinix.com/qca/
@
text
@d10 1
d25 3
a27 1
CONFIGURE_ARGS+=--plugins-path=${PREFIX}/${QT_PLUGINDIR_REL}
d38 1
a38 1
	${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/libqca-cyrus-sasl.so
@

