mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Install RSA_SecurId_getpasswd again.
Based on a patch by: ehaupt
This commit is contained in:
parent
4b7f58786f
commit
b5d7054f5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275059
@ -6,6 +6,7 @@
|
||||
|
||||
PORTNAME= ccid
|
||||
PORTVERSION= 1.4.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/3579/
|
||||
|
||||
@ -29,6 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||
|
||||
PLIST_SUB= VER=${PORTVERSION}
|
||||
|
||||
MAN1= RSA_SecurID_getpasswd.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 801000
|
||||
@ -43,4 +46,10 @@ post-patch:
|
||||
${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>
|
||||
|
@ -1,3 +1,4 @@
|
||||
bin/RSA_SecurID_getpasswd
|
||||
lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so
|
||||
lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist
|
||||
@dirrm lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD
|
||||
|
Loading…
Reference in New Issue
Block a user