pkgsrc-wip/engine-pkcs11/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

23 lines
634 B
Makefile

# $NetBSD: Makefile,v 1.4 2008/01/18 04:30:12 tnn2 Exp $
#
DISTNAME= engine_pkcs11-0.1.3
PKGNAME= ${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/engine_pkcs11/
MAINTAINER= evaldo@gardenali.biz
HOMEPAGE= http://www.opensc-project.org/engine_pkcs11/
COMMENT= OpenSSL PKCS #11 engine for OpenSC
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
USE_BUILTIN.openssl= NO
.include "../../wip/libp11/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"