aboutsummaryrefslogtreecommitdiff
path: root/security/pcsc-tools/Makefile
blob: a8cd0ed1d33d36ebbb187d6045dcc4e7a136cde3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	pcsc-tools
PORTVERSION=	1.7.0
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	https://pcsc-tools.apdu.fr/

MAINTAINER=	arved@FreeBSD.org
COMMENT=	Tools to test a PCSC driver, card, or reader
WWW=		https://pcsc-tools.apdu.fr/

LICENSE=	GPLv2

LIB_DEPENDS=	libpcsclite.so:devel/pcsc-lite
RUN_DEPENDS=	p5-PCSC-Card>=0:devel/p5-PCSC-Card \
		p5-Gtk3>=0:x11-toolkits/p5-Gtk3

USES=		gmake pkgconfig tar:bzip2 gettext-tools

GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

.include <bsd.port.mk>