freebsd-ports/security/qca-cyrus-sasl/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

30 lines
729 B
Makefile

# $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
USES= tar:bzip2
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>