head	1.7;
access;
symbols
	RELEASE_8_3_0:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.12.10.12.17.54;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.10.13.12.53.27;	author arved;	state Exp;
branches;
next	1.4;

1.4
date	2012.07.25.06.32.06;	author cs;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.29.10.04.06;	author az;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.26.09.36.46;	author arved;	state Exp;
branches;
next	1.1;

1.1
date	2012.01.20.13.03.48;	author arved;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308602
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308602 | arved | 2012-12-10 12:10:01 +0000 (Mon, 10 Dec 2012) | 2 lines
## SVN ##
## SVN ## Update to 1.4.21
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	pcsc-tools
# Date created:				2012-01-20
# Whom:					arved
#
# $FreeBSD: head/security/pcsc-tools/Makefile 308602 2012-12-10 12:10:01Z arved $

PORTNAME=	pcsc-tools
PORTVERSION=	1.4.21
CATEGORIES=	security
MASTER_SITES=	http://ludovic.rousseau.free.fr/softwares/pcsc-tools/

MAINTAINER=	arved@@FreeBSD.org
COMMENT=	Tools to test a PCSC driver, card, or reader

LICENSE=	GPLv2

LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite
RUN_DEPENDS=	p5-PCSC-Card>=0:${PORTSDIR}/devel/p5-PCSC-Card

USE_GMAKE=	yes

MAN1=		pcsc_scan.1 gscriptor.1p scriptor.1p ATR_analysis.1p

post-patch:
	${REINPLACE_CMD} -e "s,DESTDIR,PREFIX,g" ${WRKSRC}/Makefile

post-install:
.for i in ${MAN1}
	${INSTALL_MAN} ${WRKSRC}/$i ${MAN1PREFIX}/man/man1
.endfor

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/pcsc-tools/Makefile 305830 2012-10-13 12:53:27Z arved $
d8 1
a8 1
PORTVERSION=	1.4.20
@


1.5
log
@SVN rev 305830 on 2012-10-13 12:53:27Z by arved

Update to 1.4.20

Feature safe: yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@SVN rev 301510 on 2012-07-25 06:32:06Z by cs

Fix typos in COMMENT
@
text
@d8 1
a8 1
PORTVERSION=	1.4.18
d24 3
@


1.3
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d13 1
a13 1
COMMENT=	Tools to test a PCSC driver, card or reader
@


1.2
log
@Somehow a character got lost

Submitted by:	pointyhat
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Chipcard/PCSC.pm:${PORTSDIR}/devel/p5-PCSC-Card
@


1.1
log
@Add pcsc-tools, tools for testing PCSC cards and readers

First submission:
PR:		42702
Submitted by:	bms
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/$PERL_ARCH}/Chipcard/PCSC.pm:${PORTSDIR}/devel/p5-PCSC-Card
@

