2015-06-12 12:50:58 +02:00
|
|
|
# $NetBSD: Makefile,v 1.13 2015/06/12 10:51:09 wiz Exp $
|
2008-03-04 12:32:15 +01:00
|
|
|
#
|
|
|
|
|
2014-02-25 19:02:36 +01:00
|
|
|
DISTNAME= pcsc-tools-1.4.22
|
2015-06-12 12:50:58 +02:00
|
|
|
PKGREVISION= 2
|
2008-03-04 12:32:15 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
|
|
|
|
2013-02-01 23:21:05 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-03-04 12:32:15 +01:00
|
|
|
HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
2010-11-28 11:47:40 +01:00
|
|
|
COMMENT= Tools useful for a PC/SC user
|
2011-05-26 15:32:26 +02:00
|
|
|
LICENSE= gnu-gpl-v2 # or later
|
2008-03-04 12:32:15 +01:00
|
|
|
|
2008-04-10 09:56:09 +02:00
|
|
|
DEPENDS+= p5-pcsc-perl>=1.4.6:../../security/p5-pcsc
|
2008-03-04 12:32:15 +01:00
|
|
|
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
USE_TOOLS+= perl:run
|
|
|
|
|
2011-05-26 15:32:26 +02:00
|
|
|
DESTDIR_VARNAME= # empty
|
|
|
|
INSTALL_ENV+= DESTDIR=${DESTDIR}${PREFIX:Q}
|
2008-03-04 12:32:15 +01:00
|
|
|
|
|
|
|
SUBST_CLASSES+= prefix
|
|
|
|
SUBST_STAGE.prefix= post-patch
|
|
|
|
SUBST_FILES.prefix= ATR_analysis ./ATR_analysis.1p
|
2009-03-16 20:14:08 +01:00
|
|
|
SUBST_SED.prefix= -e 's,/usr/local/pcsc,${PREFIX}/share/pcsc,'
|
2008-03-04 12:32:15 +01:00
|
|
|
|
2011-05-26 15:32:26 +02:00
|
|
|
REPLACE_PERL+= scriptor gscriptor gscriptor.gtk1.2 ATR_analysis
|
2008-03-04 12:32:15 +01:00
|
|
|
|
|
|
|
.include "../../security/pcsc-lite/buildlink3.mk"
|
|
|
|
.include "../../security/ccid/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|