5b42ed3791
Summary of upstream changelog: bug fixes many new ATRs ATR_analysis: propose to submit the ATR if not known We propose to submit the ATR at http://smartcard-atr.appspot.com/ when the ATR is not found in the list. The message is always displayed for an unknown ATR, not just after the list has been updated. ATR_analysis: correctly use wget to store the ATR list
30 lines
892 B
Makefile
30 lines
892 B
Makefile
# $NetBSD: Makefile,v 1.17 2017/02/16 14:47:56 gdt Exp $
|
|
|
|
DISTNAME= pcsc-tools-1.4.27
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
|
COMMENT= Tools useful for a PC/SC user
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
DEPENDS+= p5-pcsc>=1.4.6:../../security/p5-pcsc
|
|
|
|
USE_TOOLS+= pkg-config
|
|
USE_TOOLS+= gmake
|
|
USE_TOOLS+= perl:run
|
|
|
|
DESTDIR_VARNAME= # empty
|
|
INSTALL_ENV+= DESTDIR=${DESTDIR}${PREFIX:Q}
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_STAGE.prefix= post-patch
|
|
SUBST_FILES.prefix= ATR_analysis ./ATR_analysis.1p
|
|
SUBST_SED.prefix= -e 's,/usr/local/pcsc,${PREFIX}/share/pcsc,'
|
|
|
|
REPLACE_PERL+= scriptor gscriptor gscriptor.gtk1.2 ATR_analysis
|
|
|
|
.include "../../security/pcsc-lite/buildlink3.mk"
|
|
.include "../../security/ccid/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|