Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / security / openct / options.mk
blobdad31bfd46b31e6de58af69dcfb13e956487391a
1 # $NetBSD$
3 PKG_OPTIONS_VAR= PKG_OPTIONS.openct
4 PKG_SUPPORTED_OPTIONS= pcsc-lite libusb
5 PKG_SUGGESTED_OPTIONS= pcsc-lite
6 PLIST_VARS+= pcsc-lite
8 .include "../../mk/bsd.options.mk"
10 .if !empty(PKG_OPTIONS:Mpcsc-lite)
11 .include "../../security/pcsc-lite/buildlink3.mk"
12 CONFIGURE_ARGS+= --enable-pcsc
13 PLIST.pcsc-lite= yes
14 .else
15 CONFIGURE_ARGS+= --disable-pcsc
16 .endif
18 .if !empty(PKG_OPTIONS:Mlibusb)
19 .include "../../devel/libusb/buildlink3.mk"
20 CONFIGURE_ARGS+= --enable-usb
21 .else
22 CONFIGURE_ARGS+= --disable-usb
23 .endif