diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2007-12-22 19:36:27 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2007-12-22 19:36:27 +0000 |
commit | 46fa557b55774cf64f121fad9712c1a5f4d4aad0 (patch) | |
tree | f9b76248521c6f97a467e65741bdcd2a32c9897e | |
parent | 3cad6838fa29ffddcf6accfac2100972cf373149 (diff) | |
download | pkgsrc-46fa557b55774cf64f121fad9712c1a5f4d4aad0.tar.gz |
install qca2 files into qt4 subdirectory, so that qca 1.x and qca2 could
be installed at the same time
bump PKGREVISION
-rw-r--r-- | security/qca2-ossl/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/security/qca2-ossl/Makefile b/security/qca2-ossl/Makefile index 6e9808e67d7..a0047ef79f7 100644 --- a/security/qca2-ossl/Makefile +++ b/security/qca2-ossl/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/12/20 20:20:17 jdolecek Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/22 19:36:27 jdolecek Exp $ DISTNAME= qca-ossl-2.0.0-beta3 -PKGNAME= ${DISTNAME:S/-beta/beta/} +PKGNAME= qca2-ossl-${DISTNAME:S/-beta/beta/:C/.*-//} +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://delta.affinix.com/download/qca/2.0/plugins/ EXTRACT_SUFX= .tar.bz2 @@ -15,10 +16,11 @@ USE_LIBTOOL= yes HAS_CONFIGURE= yes USE_LANGUAGES= c c++ -CONFIGURE_ARGS+= --with-qca=${BUILDLINK_PREFIX.qca} +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/qca/buildlink3.mk" +.include "../../security/qca2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |