blob: f66ed9e6ec5d456898f4e1f57bd78483e60df767 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# $NetBSD: Makefile,v 1.11 2014/02/25 18:02:36 gdt Exp $
#
DISTNAME= pcsc-tools-1.4.22
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-perl>=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"
|