1 # $NetBSD: Makefile,v 1.9 2012/12/15 10:36:20 ryoon Exp $
3 DISTNAME
= pkcs11-helper-1.10
6 MASTER_SITES
= https
://github.com
/downloads
/alonbl
/pkcs11-helper
/
9 MAINTAINER
= gdt@ir.bbn.com
10 HOMEPAGE
= http
://www.opensc-project.org
/opensc
/wiki
/pkcs11-helper
11 COMMENT
= Library that simplifies the interaction with PKCS\
#11
12 LICENSE
= modified-bsd OR gnu-gpl-v2
15 # Not documented, but relatively clear from warnings.
18 USE_TOOLS
+= autoconf autoreconf gmake pkg-config
21 CONFIGURE_ARGS
+= --enable-strict
22 CONFIGURE_ARGS
+= --enable-pedantic
24 PKGCONFIG_OVERRIDE
+= lib
/libpkcs11-helper-1.
pc.in
27 cd
${WRKSRC} && autoreconf
30 .
include "../../mk/bsd.pkg.mk"