pkgsrc/security/pkcs11-helper/Makefile
adam fbbddcc89d Changes 1.08:
* Do not attempt to logout if uninitialized.
* Use OpenSSL engine's rsa_priv_enc instead of rsa_sign.

Changes 1.07:
* Minor Win64 fixup.
2011-04-28 07:20:46 +00:00

25 lines
671 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/04/28 07:20:46 adam Exp $
DISTNAME= pkcs11-helper-1.08
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/pkcs11-helper/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.opensc-project.org/opensc/wiki/pkcs11-helper
COMMENT= Library that simplifies the interaction with PKCS\#11
LICENSE= modified-bsd OR gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_TOOLS+= autoconf autoreconf gmake pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in
pre-configure:
cd ${WRKSRC} && autoreconf
.include "options.mk"
.include "../../mk/bsd.pkg.mk"