dcoppa 5b754a2d01 Bugfix update to pcsc-lite-1.8.6:
- Fix a problem when only serial drivers are used (no hotplug/USB
  driver)
- increase log buffer size from 160 to 2048. Some "long" log lines where
  truncated.
- Fix redirection of stdin, stdout and stderr to /dev/null when pcscd is
  started as a daemon (default)
- Some other minor improvements and bug corrections
2012-08-31 07:51:17 +00:00

48 lines
918 B
Makefile

# $OpenBSD: Makefile,v 1.13 2012/08/31 07:51:17 dcoppa Exp $
COMMENT= resource manager for PC/SC
DISTNAME= pcsc-lite-1.8.6
CATEGORIES= security
SHARED_LIBS+= pcsclite 1.0 # 1.0.0
SHARED_LIBS+= pcscspy 0.0 # 0.0.0
HOMEPAGE= http://pcsclite.alioth.debian.org/pcsclite.html
MASTER_SITES= https://alioth.debian.org/frs/download.php/3757/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= David Coppa <dcoppa@openbsd.org>
# BSD and GPLv3+
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c pthread usb-1.0
MODULES= lang/python
LIB_DEPENDS= devel/libusb1
MODPY_ADJ_FILES= src/spy/pcsc-spy
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --disable-libudev \
--without-systemdsystemunitdir \
--enable-libusb \
--enable-confdir=${SYSCONFDIR}/ccid
CONFIGURE_ENV= ac_cv_lib_lex='none needed'
NO_REGRESS= Yes
.include <bsd.port.mk>