diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-07-04 20:48:23 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-07-04 20:48:23 +0000 |
commit | 19f31a471be151c3b37c2a53435168e9ee3e74cf (patch) | |
tree | 239999706f3f6d8d0babe480ab358d7675c96f78 /security/ifd-slb_rf60/Makefile | |
parent | 8c8c4d9eb88ee2827497807f6f0030ce52dae781 (diff) |
Notes
Diffstat (limited to 'security/ifd-slb_rf60/Makefile')
-rw-r--r-- | security/ifd-slb_rf60/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/security/ifd-slb_rf60/Makefile b/security/ifd-slb_rf60/Makefile deleted file mode 100644 index 52ef4069566a..000000000000 --- a/security/ifd-slb_rf60/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Created by: Toni Andjelkovic <toni@soth.at> -# $FreeBSD$ - -PORTNAME= ifd-slb_rf60 -PORTVERSION= 2.2.0 -PORTREVISION= 2 -CATEGORIES= security devel -MASTER_SITES= http://www.linuxnet.com/drivers/readers/files/ -DISTNAME= ${PORTNAME:S/^ifd-//}-drv-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= PC/SC Lite driver for the Reflex 62 serial smart card reader - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -LIB_DEPENDS= libpcsclite.so:devel/pcsc-lite - -USES= gmake -CFLAGS+= -fPIC - -SUB_LIST= pkg-message -WRKSRC= ${WRKDIR}/${PORTNAME:S/^ifd-//} - -OPTIONS_DEFINE= DOCS - -PORTDOCS= README -PLIST_FILES= lib/pcsc/drivers/libslb_rf60.so - -post-patch: - @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/pcsc/drivers/ - ${INSTALL_LIB} ${WRKSRC}/libslb_rf60.so \ - ${STAGEDIR}${PREFIX}/lib/pcsc/drivers - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> |