Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / pkcs11-helper / Makefile
blob3207e2aa4b3d6444e4201b126b4e981018a8ba18
1 # $NetBSD: Makefile,v 1.9 2012/12/15 10:36:20 ryoon Exp $
3 DISTNAME= pkcs11-helper-1.10
4 PKGREVISION= 2
5 CATEGORIES= security
6 MASTER_SITES= https://github.com/downloads/alonbl/pkcs11-helper/
7 EXTRACT_SUFX= .tar.bz2
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
14 FETCH_USING= curl
15 # Not documented, but relatively clear from warnings.
16 USE_LANGUAGES= c99
17 USE_LIBTOOL= yes
18 USE_TOOLS+= autoconf autoreconf gmake pkg-config
19 GNU_CONFIGURE= yes
21 CONFIGURE_ARGS+= --enable-strict
22 CONFIGURE_ARGS+= --enable-pedantic
24 PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in
26 pre-configure:
27 cd ${WRKSRC} && autoreconf
29 .include "options.mk"
30 .include "../../mk/bsd.pkg.mk"