diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-27 16:52:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-27 16:52:13 +0000 |
commit | 33186421f8c444f31146da42048bc1f931ec5b81 (patch) | |
tree | 9d6ef92caa3f4da88fc91862fe8a5c808dff16ed /security/qca2-ossl | |
parent | 81524ebbd1ac6dce4c63268e8a8b68451362a3ed (diff) | |
download | pkgsrc-33186421f8c444f31146da42048bc1f931ec5b81.tar.gz |
DESTDIR support
Diffstat (limited to 'security/qca2-ossl')
-rw-r--r-- | security/qca2-ossl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/qca2-ossl/Makefile b/security/qca2-ossl/Makefile index e4f5a8997bb..e5a1026a6ab 100644 --- a/security/qca2-ossl/Makefile +++ b/security/qca2-ossl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/01/18 09:59:25 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/01/27 17:10:30 joerg Exp $ DISTNAME= qca-ossl-2.0.0-beta3 PKGNAME= qca2-ossl-${DISTNAME:S/-beta/beta/:C/.*-//} @@ -11,6 +11,8 @@ MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://delta.affinix.com/qca/ COMMENT= Cross-platform crypto API for QT - OpenSSL plugin +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake USE_LIBTOOL= yes HAS_CONFIGURE= yes @@ -21,6 +23,8 @@ CONFIGURE_ARGS+= --with-qca=${QTDIR} CONFIGURE_ARGS+= --with-openssl-inc=${SSLBASE}/include CONFIGURE_ARGS+= --with-openssl-lib=${SSLBASE}/lib +INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} + .include "../../security/qca2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |