mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
d7b337f3fa
Reported by: portscout
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
PORTNAME= ccid
|
|
PORTVERSION= 1.5.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://ccid.apdu.fr/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generic driver for USB CCID and ICCD
|
|
WWW= https://ccid.apdu.fr/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite
|
|
|
|
USES= perl5 pkgconfig tar:bzip2
|
|
USE_LDCONFIG= yes
|
|
USE_PERL5= build
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers \
|
|
--enable-ccidtwindir=${PREFIX}/lib/pcsc/drivers/serial
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PLIST_FILES= bin/RSA_SecurID_getpasswd \
|
|
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so \
|
|
lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist \
|
|
share/man/man1/RSA_SecurID_getpasswd.1.gz
|
|
|
|
post-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd \
|
|
${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/contrib/RSA_SecurID/RSA_SecurID_getpasswd.1 \
|
|
${STAGEDIR}${MAN1PREFIX}/share/man/man1
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so
|
|
|
|
.include <bsd.port.mk>
|