pkgsrc/security/qca2-gnupg/Makefile
tron a36fb86593 Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
2013-06-04 22:15:37 +00:00

28 lines
865 B
Makefile

# $NetBSD: Makefile,v 1.15 2013/06/04 22:17:02 tron Exp $
DISTNAME= qca-gnupg-2.0.0-beta3
PKGNAME= qca2-gnupg-${DISTNAME:S/-beta/beta/:C/.*-//}
PKGREVISION= 13
CATEGORIES= security
MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jfranz@bsdprojects.net
HOMEPAGE= http://delta.affinix.com/qca/
COMMENT= Cross-platform crypto API for QT - GnuPG plugin
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= gmake
USE_LIBTOOL= yes
HAS_CONFIGURE= yes
USE_LANGUAGES= c c++
CONFIGURE_ARGS+= --qtdir=${QTDIR}
CONFIGURE_ARGS+= --with-qca=${QTDIR}
CONFIGURE_ARGS+= --plugins-path=${DESTDIR}${QTDIR}/plugins
#CONFIGURE_ARGS+= --with-openssl-inc=${SSLBASE}/include
#CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib
.include "../../security/qca2/buildlink3.mk"
.include "../../security/gnupg2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"