summaryrefslogtreecommitdiff
path: root/security/pcsc-tools/Makefile
blob: 8e0cf4c27606e94b66903c67568c89517f8dee48 (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.3
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

LDFLAGS+=	-pthread
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

.include <bsd.port.mk>