mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
33 lines
952 B
Makefile
33 lines
952 B
Makefile
# New ports collection Makefile for: libccid
|
|
# Date created: 2005-01-20
|
|
# Whom: arved
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ccid
|
|
PORTVERSION= 0.9.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://alioth.debian.org/download.php/1291/
|
|
|
|
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
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-libusb=${LOCALBASE} \
|
|
--enable-usbdropdir=${LOCALBASE}/lib/pcsc/drivers \
|
|
--enable-ccidtwindir=${LOCALBASE}/lib/pcsc/drivers/serial \
|
|
--enable-pcsclite=yes
|
|
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
|
|
|
post-patch:
|
|
# ${REINPLACE_CMD} -e "s,-lpcsclite,-lpcsclite ${PTHREAD_LIBS}," \
|
|
# ${WRKSRC}/examples/Makefile.in
|
|
${REINPLACE_CMD} -e "s,LDLIBS,LIBS,g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|