New in OpenSC 0.11.9; 2009-07-29; Andreas Jellinghaus * New rutoken_ecp driver by Aktiv Co. / Aleksey Samsonov * Allow more keys/certificates/files etc. with entersafe tokens * Updates pkcs11.h from scute fixing warnings * Small fixes in rutoken driver * Major update for piv driver with increased compatibility
27 lines
710 B
Text
27 lines
710 B
Text
# $NetBSD: Makefile.common,v 1.4 2009/08/03 18:45:31 hasso Exp $
|
|
#
|
|
# used by security/opensc/Makefile
|
|
# used by security/opensc-signer/Makefile
|
|
|
|
OPENSC_PKG_VERSION= 0.11.9
|
|
DISTNAME= opensc-${OPENSC_PKG_VERSION}
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.opensc-project.org/files/opensc/
|
|
|
|
MAINTAINER= hasso@NetBSD.org
|
|
HOMEPAGE= http://www.opensc-project.org/opensc/
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_OLD_DES_API= YES
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
.include "options.mk"
|
|
|
|
CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
CONFIGURE_ARGS+= --disable-sensitive-logging
|