pkgsrc/security/libp11/Makefile
hasso 5f6352b28f Update to 0.2.6. Changes include fixes in the export file is fixed, now
includes the new function we added in 0.2.5. Also the MSVC build was fixed.
2009-08-03 18:43:00 +00:00

25 lines
680 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/08/03 18:43:00 hasso Exp $
#
DISTNAME= libp11-0.2.6
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/libp11/
MAINTAINER= hasso@NetBSD.org
HOMEPAGE= http://www.opensc-project.org/libp11/
COMMENT= Convenience library for easy PKCS\#11 implementation
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= ${WRKSRC}/src/libp11.pc.in
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
.include "../../devel/libltdl/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"