pkgsrc/security/pcsc-lite/options.mk
shannonjr d6204794ef The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a
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.
2008-03-04 11:29:08 +00:00

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