From 124723b3dedc9d4fd4a1f4d93df7eb6249cd7cc3 Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 22 Dec 2007 19:36:27 +0000 Subject: install qca2 files into qt4 subdirectory, so that qca 1.x and qca2 could be installed at the same time bump PKGREVISION --- security/qca2-ossl/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'security') 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" -- cgit v1.2.3