head	1.5;
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.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.43.01;	author makc;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.19.12.00.29;	author makc;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	qca-gnupg
# Date created:		2009-03-19
# Whom:			Max Brazhnikov <makc@@FreeBSD.org>
#
# $FreeBSD: head/security/qca-gnupg/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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

MAINTAINER=	kde@@FreeBSD.org
COMMENT=	QCA GnuPG plugin

LIB_DEPENDS=	qca.2:${PORTSDIR}/devel/qca

USE_BZIP2=	yes
USE_QT4=	corelib qmake_build moc_build
HAS_CONFIGURE=	yes
QT_NONSTANDARD=	yes
CONFIGURE_ARGS+=--plugins-path=${PREFIX}/${QT_PLUGINDIR_REL}

.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-gnupg.so

.include <bsd.port.mk>
@


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
@d20 1
a20 2
USE_QT_VER=	4
QT_COMPONENTS=	corelib qmake_build moc_build
@


1.2
log
@Use correct path for strip.

Reported by:	Marco Broder (marco.broeder at gmx.eu) via e-mail
@
text
@d14 1
a14 1
MAINTAINER=	makc@@FreeBSD.org
@


1.1
log
@Add new port security/qca-gnupg:

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
d35 1
a35 1
	${STRIP_CMD} ${PREFIX}/${QT_PLUGINDIR_REL}/libqca-gnupg.so
@

