ports/security/ccid/Makefile

31 lines
483 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = USB Chip/Smart Card Interface Devices driver
2023-09-08 05:21:37 +00:00
DISTNAME = ccid-1.5.2
2023-08-16 22:26:55 +00:00
CATEGORIES = security
HOMEPAGE = https://ccid.apdu.fr/
2023-09-28 02:05:49 +00:00
SITES = https://ccid.apdu.fr/files/
2023-08-16 22:26:55 +00:00
EXTRACT_SUFX = .tar.bz2
# LGPLv2.1+ and GPLv2+
PERMIT_PACKAGE= 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>