diff options
Diffstat (limited to 'devel/pcsc-lite/Makefile')
-rw-r--r-- | devel/pcsc-lite/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/devel/pcsc-lite/Makefile b/devel/pcsc-lite/Makefile index 69586ad..cf01615 100644 --- a/devel/pcsc-lite/Makefile +++ b/devel/pcsc-lite/Makefile @@ -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 \ |