9c6e9626b9
in ports which I maintain
34 lines
698 B
Makefile
34 lines
698 B
Makefile
# $OpenBSD: Makefile,v 1.6 2019/06/03 16:06:56 sthen Exp $
|
|
|
|
COMMENT= tools for use with PC/SC drivers, cards, readers
|
|
|
|
DISTNAME= pcsc-tools-1.4.27
|
|
|
|
CATEGORIES= security sysutils
|
|
|
|
HOMEPAGE= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c pcsclite pthread
|
|
|
|
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/pcsc-tools/
|
|
|
|
# gscriptor requires p5-Gtk2, intentionally not listed as a hard dep
|
|
RUN_DEPENDS= security/p5-Chipcard-PCSC
|
|
|
|
LIB_DEPENDS= security/pcsc-lite
|
|
|
|
FAKE_FLAGS= DESTDIR=${WRKINST}${PREFIX}
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
NO_TEST= Yes
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/PCSC
|
|
|
|
.include <bsd.port.mk>
|