summaryrefslogtreecommitdiff
path: root/security/qca-cyrus-sasl/Makefile
blob: ccfdd5ba0dd01720baeb5afb584911f34900ddaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $FreeBSD$

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=	libqca.so:${PORTSDIR}/devel/qca \
		libsasl2.so:${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
DESTDIRNAME=	INSTALL_ROOT

OPTIONS_DEFINE=	DEBUG
OPTIONS_SUB=	yes

DEBUG_CONFIGURE_ON=	--debug
DEBUG_CONFIGURE_OFF=	--release --no-separate-debug-info

.include <bsd.port.mk>