dcoppa ff781ca40b Update to ccid-1.4.11:
- Add support for
       . Gemalto IDBridge CT30
       . Gemalto IDBridge K30
       . SCM Microsystems Inc. SCL010 Contactless Reader
       . SCM Microsystems Inc. SDI011 Contactless Reader
       . THRC reader
    - Better management of time extension requests
    - parse: better support of devices with bInterfaceClass = 0xFF
    - Some minor bugs removed

Thanks sthen@ for helping me find the right distfile.
2013-06-17 14:53:17 +00:00

37 lines
678 B
Makefile

# $OpenBSD: Makefile,v 1.7 2013/06/17 14:53:17 dcoppa Exp $
SHARED_ONLY = Yes
COMMENT = USB Chip/Smart Card Interface Devices driver
DISTNAME = ccid-1.4.11
CATEGORIES = security
HOMEPAGE = http://pcsclite.alioth.debian.org/ccid.html
MASTER_SITES = https://alioth.debian.org/frs/download.php/latestfile/112/
EXTRACT_SUFX = .tar.bz2
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# LGPLv2.1+ and GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB = pcsclite pthread usb-1.0
LIB_DEPENDS = devel/libusb1 \
security/pcsc-lite>=1.8.3
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS = --enable-twinserial
CONFIGURE_ENV = ac_cv_lib_lex='none needed'
NO_TEST = Yes
.include <bsd.port.mk>