1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/libccid/Makefile
2012-05-05 19:37:16 +00:00

55 lines
1.6 KiB
Makefile

# New ports collection Makefile for: libccid
# Date created: 2005-01-20
# Whom: arved
#
# $FreeBSD$
PORTNAME= ccid
PORTVERSION= 1.4.6
CATEGORIES= devel
MASTER_SITES= https://alioth.debian.org/frs/download.php/3711/
MAINTAINER= arved@FreeBSD.org
COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver
LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_PERL5_BUILD=yes
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial
CONFIGURE_ENV= LIBUSB_CFLAGS="-I${LOCALBASE}/include" \
LIBUSB_LIBS="-L${LOCALBASE}/lib -lusb"
CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
PLIST_SUB= VER=${PORTVERSION}
MAN1= RSA_SecurID_getpasswd.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 801000
IGNORE= needs a complete libusb-1 implementation
.endif
post-patch:
${REINPLACE_CMD} -e "s,use warnings;,," ${WRKSRC}/src/create_Info_plist.pl
${REINPLACE_CMD} -e "s,ndef __APPLE__, !(__APPLE__ || __FreeBSD__)," ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c
${REINPLACE_CMD} -e "s,libusb-1.0/libusb.h,libusb.h," \
${WRKSRC}/configure ${WRKSRC}/src/ccid_usb.c \
${WRKSRC}/src/ccid_usb.h \
${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd \
${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd.1 \
${MANPREFIX}/man/man1
.include <bsd.port.post.mk>