update Sun Jan 17 06:37:00 PST 2010
[pkgsrc.git] / security / engine-pkcs11 / Makefile
1 # $NetBSD: Makefile,v 1.4 2010/01/17 12:02:40 wiz Exp $
2 #
3
4 DISTNAME=               engine_pkcs11-0.1.5
5 PKGNAME=                ${DISTNAME:S/_/-/}
6 PKGREVISION=            2
7 CATEGORIES=             security
8 MASTER_SITES=           http://www.opensc-project.org/files/engine_pkcs11/
9
10 MAINTAINER=             hasso@NetBSD.org
11 HOMEPAGE=               http://www.opensc-project.org/engine_pkcs11/
12 COMMENT=                PKCS\#11 engine for OpenSSL
13 LICENSE=                original-bsd
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
18
19 USE_PKGLOCALEDIR=       yes
20 USE_LIBTOOL=            yes
21 GNU_CONFIGURE=          yes
22 USE_TOOLS+=             gmake pkg-config
23 CONFIGURE_ARGS+=        --with-openssl=${SSLBASE:Q}
24
25 .include "../../security/libp11/buildlink3.mk"
26 .include "../../security/openssl/buildlink3.mk"
27 .include "../../mk/bsd.pkg.mk"