aboutsummaryrefslogtreecommitdiff
path: root/security/ifd-gempc410/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ifd-gempc410/Makefile')
-rw-r--r--security/ifd-gempc410/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/ifd-gempc410/Makefile b/security/ifd-gempc410/Makefile
index ef59cc040603..964d8326178c 100644
--- a/security/ifd-gempc410/Makefile
+++ b/security/ifd-gempc410/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= ifd-gempc410
-PORTVERSION= 0.8.2
-PORTREVISION= 1
+PORTVERSION= 0.9.3
CATEGORIES= security
MASTER_SITES= http://ludovic.rousseau.free.fr/softwares/ifd-GemPC/
DISTNAME= ifd-gempc-${PORTVERSION}
@@ -16,9 +15,7 @@ MAINTAINER= des@freebsd.org
COMMENT= PC/SC Lite driver for the GemPC 410 serial smart card reader
BUILD_DEPENDS= ${LOCALBASE}/include/ifdhandler.h:${PORTSDIR}/security/ifd-devkit
-LIB_DEPENDS= pcsclite.0:${PORTSDIR}/devel/pcsc-lite
-
-BROKEN= "Does not fetch"
+LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite
USE_GMAKE= yes
USE_REINPLACE= yes
@@ -38,6 +35,11 @@ post-configure:
${SED} -e 's|%%PREFIX%%|${PREFIX}|g' <${FILESDIR}/message >${PKGMESSAGE}
${TOUCH} ${WRKSRC}/GemPC410/dep_stamp ${WRKSRC}/common/dep_stamp
+do-install:
+ ${MKDIR} ${PREFIX}/lib/pcsc/drivers/serial
+ ${INSTALL_DATA} ${WRKSRC}/GemPC410/libGemPC410.so* \
+ ${PREFIX}/lib/pcsc/drivers/serial
+
post-install:
@${CAT} ${PKGMESSAGE}