freebsd-ports/security/pcsc-tools/Makefile
Tilman Keskinoz a8736cd187 security/pcsc-tools: Fix pkg build, port needs gettext-tools
Reported by:	Stefan Ehmann
2023-10-16 20:42:39 +02:00

20 lines
459 B
Makefile

PORTNAME= pcsc-tools
PORTVERSION= 1.7.0
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
.include <bsd.port.mk>