freebsd-ports/security/pcsc-tools/Makefile
Tilman Keskinoz 3e65269356 Update to 1.5.4
gscriptor was ported to Gtk3
2019-02-11 20:32:05 +00:00

22 lines
470 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= pcsc-tools
PORTVERSION= 1.5.4
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= 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
GNU_CONFIGURE= yes
.include <bsd.port.mk>