Files
2016-11-18 22:39:22 +01:00

30 lines
785 B
Makefile

# $NetBSD: Makefile,v 1.16 2016/09/19 13:04:19 wiz Exp $
DISTNAME= pkcs11-helper-1.10
PKGREVISION= 7
CATEGORIES= security
MASTER_SITES= https://github.com/downloads/alonbl/pkcs11-helper/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= gdt@ir.bbn.com
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
# Not documented, but relatively clear from warnings.
USE_LANGUAGES= c99
USE_LIBTOOL= yes
USE_TOOLS+= autoconf autoreconf gmake pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-strict
CONFIGURE_ARGS+= --enable-pedantic
PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in
pre-configure:
cd ${WRKSRC} && autoreconf
.include "options.mk"
.include "../../mk/bsd.pkg.mk"