d6204794ef
very small form factor for communicating to smartcards and readers. The PC/SC Lite library is used to connect to the PC/SC daemon from a client application and provide access to the desired reader.
12 lines
319 B
Makefile
12 lines
319 B
Makefile
# $NetBSD: options.mk,v 1.1.1.1 2008/03/04 11:29:08 shannonjr Exp $
|
|
|
|
PKG_OPTIONS_VAR= PKG_OPTIONS.pcsc-lite
|
|
PKG_SUPPORTED_OPTIONS= extendedapdu
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mextendedapdu)
|
|
CONFIGURE_ARGS+= --enable-extendedapdu
|
|
.else
|
|
CONFIGURE_ARGS+= --enable-extendedapdu=no
|
|
.endif
|