Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
26 lines
791 B
Makefile
26 lines
791 B
Makefile
# $NetBSD: Makefile,v 1.3 2010/06/13 22:47:14 thomasklausner Exp $
|
|
|
|
DISTNAME= qca-gnupg-2.0.0-beta2
|
|
PKGNAME= qca2-gnupg-${DISTNAME:S/-beta/beta/:C/.*-//}
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LIBTOOL= yes
|
|
HAS_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
|
|
CONFIGURE_ARGS+= --qtdir=${QTDIR}
|
|
CONFIGURE_ARGS+= --with-qca=${QTDIR}
|
|
#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"
|