1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/libccid/Makefile
Tilman Keskinoz 95fd5e7a6f Update pcsc-lite to 1.3.1
and libccid to 1.0.1
2006-07-02 15:08:18 +00:00

27 lines
793 B
Makefile

# New ports collection Makefile for: libccid
# Date created: 2005-01-20
# Whom: arved
#
# $FreeBSD$
PORTNAME= ccid
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= http://alioth.debian.org/download.php/1563/
MAINTAINER= arved@FreeBSD.org
COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver
LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb \
pcsclite.1:${PORTSDIR}/devel/pcsc-lite
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-usbdropdir=${LOCALBASE}/lib/pcsc/drivers \
--enable-ccidtwindir=${LOCALBASE}/lib/pcsc/drivers/serial \
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \
LIBUSB_CFLAGS="-I${LOCALBASE}/include" \
LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb"
.include <bsd.port.mk>