Makefile 660 B

1234567891011121314151617181920212223242526272829303132333435
  1. # $OpenBSD: Makefile,v 1.27 2017/06/06 14:58:58 dcoppa Exp $
  2. COMMENT = USB Chip/Smart Card Interface Devices driver
  3. DISTNAME = ccid-1.4.27
  4. CATEGORIES = security
  5. HOMEPAGE = http://pcsclite.alioth.debian.org/ccid.html
  6. MASTER_SITES = https://alioth.debian.org/frs/download.php/latestfile/112/
  7. EXTRACT_SUFX = .tar.bz2
  8. MAINTAINER = David Coppa <dcoppa@openbsd.org>
  9. # LGPLv2.1+ and GPLv2+
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB = pcsclite pthread usb-1.0
  12. LIB_DEPENDS = devel/libusb1 \
  13. security/pcsc-lite>=1.8.3
  14. CONFIGURE_STYLE = gnu
  15. CONFIGURE_ARGS = --enable-twinserial
  16. CONFIGURE_ENV = ac_cv_lib_lex='none needed'
  17. NO_TEST = Yes
  18. .include <bsd.port.mk>