aboutsummaryrefslogtreecommitdiff
path: root/devel/libccid/Makefile
blob: 476097431b8060215e79a9b04dcaaa89a97dbd62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection Makefile for:		libccid
# Date created:					2005-01-20
# Whom:						arved
#
# $FreeBSD$

PORTNAME=	ccid
PORTVERSION=	0.9.3
CATEGORIES=	devel
MASTER_SITES=	http://alioth.debian.org/download.php/992/

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} ${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>