pkgsrc/security/pkcs11-helper/Makefile

27 lines
659 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.1 2009/09/15 20:03:47 spz Exp $
#
DISTNAME= pkcs11-helper-1.06
CATEGORIES= security
MASTER_SITES= http://www.opensc-project.org/files/pkcs11-helper/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.opensc-project.org/pkcs11-helper/
COMMENT= Library that simplifies the interaction with PKCS#11
LICENSE= modified-bsd # OR gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config autoconf gmake autoreconf
PKGCONFIG_OVERRIDE+= lib/libpkcs11-helper-1.pc.in
pre-configure:
cd ${WRKSRC} && autoreconf
.include "options.mk"
.include "../../mk/bsd.pkg.mk"