pkgsrc/security/libp11/Makefile
gdt 1230949958 Update to 0.2.8.
Packaging changes:
 - adapt to non-standardly-named github WRKSRC
 - bootstrap automake (this is a git snapshot, not "make distribution"
   output)

Upstream changes:

New in 0.2.8; 2011-04-15; Martin Paljak
* Bumped soname for PKCS11_token struct size changes (Martin Paljak).
* Display the number of available slots (Ludovic Rousseau).
* Add openssl libcrypto to pkg-config private libs list (Kalev Lember).
* Fix building examples with --no-add-needed which is the default in Fedora
  (Kalev Lember).
* Expose more token flags in PKCS11_token structure (Kalev Lember).
* Check that private data is not NULL in pkcs11_release_slot (Robin Bryce,
  ticket #137).

New in 0.2.7; 2009-10-20; Andreas Jellinghaus
* If CKR_CRYPTOKI_ALREADY_INITIALIZED is returned from C_Initialize(): ignore.
  (Needed for unloaded/reloaded engines e.g. in wpa_supplicant.) By David Smith.
2014-04-02 20:14:19 +00:00

29 lines
779 B
Makefile

# $NetBSD: Makefile,v 1.10 2014/04/02 20:14:19 gdt Exp $
#
VERSION= 0.2.8
DISTNAME= libp11-${VERSION}
CATEGORIES= security
MASTER_SITES= https://github.com/OpenSC/libp11/archive/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/OpenSC/libp11/wiki
COMMENT= Convenience library for easy PKCS\#11 implementation
LICENSE= gnu-lgpl-v2.1
WRKSRC= ${WRKDIR}/libp11-libp11-${VERSION}
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
USE_TOOLS+= autoconf automake gmake pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libp11.pc.in
pre-configure:
cd ${WRKSRC} && ./bootstrap
.include "../../devel/libltdl/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"