mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Update to 1.1.2.b.5.
- MASTER_SITES has moved. - Handles "usbdropdir" and "muscledropdir" explicitly. - aclocal.m4 has moved, so there's no need to set LIBTOOLFILES any longer. - Two patches fixing flex-generated code which included <stdint.h> unconditionally, causing build failure on older systems (notably 4.8-STABLE). PR: 53604 Submitted by: Toni Andjelkovic <toni@soth.at> (maintainer)
This commit is contained in:
parent
f1c9e5d0a6
commit
11da343a7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83487
@ -6,19 +6,18 @@
|
||||
#
|
||||
|
||||
PORTNAME= pcsc-lite
|
||||
PORTVERSION= 1.1.2.b.4
|
||||
PORTVERSION= 1.1.2.b.5
|
||||
CATEGORIES= devel security
|
||||
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/muscle/
|
||||
MASTER_SITES= http://alioth.debian.org/download.php/160/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b./beta/}
|
||||
|
||||
MAINTAINER= toni@soth.at
|
||||
COMMENT= A smartcard development library
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b.4//}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.b.5//}
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
LIBTOOLFILES+= build/aclocal.m4
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
@ -26,7 +25,9 @@ CONFIGURE_ARGS+=--enable-debug \
|
||||
--enable-syslog \
|
||||
--enable-runpid=/var/run/pcscd.pid \
|
||||
--enable-ipcdir=/var/tmp/ \
|
||||
--enable-confdir=${PREFIX}/etc \
|
||||
--enable-confdir=${PREFIX}/etc/ \
|
||||
--enable-usbdropdir=${PREFIX}/pcsc/drivers/ \
|
||||
--enable-muscledropdir=${PREFIX}/pcsc/services/ \
|
||||
--enable-threadsafe
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
MAN1= formaticc.1
|
||||
@ -39,6 +40,8 @@ post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/pcsc-lite-0.8.7.pdf ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/muscle-api-1.3.0.pdf ${DOCSDIR}
|
||||
.endif
|
||||
@${MKDIR} ${PREFIX}/pcsc/drivers
|
||||
@${MKDIR} ${PREFIX}/pcsc/services
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/reader.conf \
|
||||
${PREFIX}/etc/reader.conf.sample
|
||||
${INSTALL_SCRIPT} ${FILESDIR}/pcscd.sh \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (pcsc-lite-1.1.2beta4.tar.gz) = 4ceb2cc932dc894f62f1226ac98a605e
|
||||
MD5 (pcsc-lite-1.1.2beta5.tar.gz) = 38791ef76bd0c731d26893317d24fe3b
|
||||
|
@ -17,3 +17,6 @@ lib/libpcsclite.so
|
||||
lib/libpcsclite.so.0
|
||||
sbin/pcscd
|
||||
%%PORTDOCS%%@dirrm share/doc/pcsc-lite
|
||||
@dirrm pcsc/drivers
|
||||
@dirrm pcsc/services
|
||||
@dirrm pcsc
|
||||
|
Loading…
Reference in New Issue
Block a user