head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.01.05;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2005.04.21.14.42.37;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.20.12.42.04;	author arved;	state Exp;
branches;
next	1.2;

1.2
date	2004.07.21.11.34.55;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2004.07.19.06.04.15;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:   slb_rf60
# Date created:                20 Feb 2003
# Whom:                        Toni Andjelkovic <toni@@soth.at>
#
# $FreeBSD: head/security/ifd-slb_rf60/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ifd-slb_rf60
PORTVERSION=	2.2.0
PORTREVISION=	1
CATEGORIES=	security devel
MASTER_SITES=	http://www.linuxnet.com/drivers/readers/files/
DISTNAME=	${PORTNAME:S/^ifd-//}-drv-${PORTVERSION}

MAINTAINER=	toni@@soth.at
COMMENT=	PC/SC Lite driver for the Reflex 62 serial smart card reader

LIB_DEPENDS=	pcsclite.1:${PORTSDIR}/devel/pcsc-lite

USE_GMAKE=	yes
CFLAGS+=	-fPIC

PKGMESSAGE=	${WRKDIR}/pkg-message
WRKSRC=		${WRKDIR}/${PORTNAME:S/^ifd-//}

PORTDOCS=	README
PLIST_FILES=	lib/pcsc/drivers/libslb_rf60.so

do-install:
	${MKDIR} ${PREFIX}/lib/pcsc/drivers/
	${INSTALL_DATA} ${WRKSRC}/libslb_rf60.so \
		${PREFIX}/lib/pcsc/drivers/libslb_rf60.so

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
	@@${SED} 's,%%PREFIX%%,${PREFIX},g' < ${FILESDIR}/pkg-message.in > \
		${WRKDIR}/pkg-message
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.4
log
@- Respect CFLAGS
- Adapt to new pcsc-lite infrastructure

PR:		76091
Submitted by:	Toni Andjelkovic <toni@@soth.at>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@pcsc-lite:
- Upgrade to 1.2.9.b.7
- Use libtool15
- make hier(7)-compliant by moving the pcsc/drivers to lib/pcsc/drivers
- Compile with USB support per default. Use WITHOUT_USB to disable usb
  support
- Chase libusb shared library version (Forgotten by leeym)

Based on:	PR 76068
Reviewed by:	maintainer, sem (earlier patch)

ifd-devkit:
- Chase pcsclite sharedlibrary version

ifd-gempc410:
- Unbreak by updating to 0.9.3
- Move library to lib/pcsc/drivers
- Chase pcsclite sharedlibrary version
  NOTE: This was not tested, I don't own the specific hardware

ifd-gpr400:
- Chase pcsclite sharedlibrary version
- Fix build with new pcsc-lite
- Chase new pcsclite drivers location

ifd-slb_rf60:
- Chase pcsclite sharedlibrary version

ifd-test:
- Chase pcsclite sharedlibrary version
- Fix build with new pcsclite

libchipcard:
- Update to 0.9.1[1]
- Chase pcsclite shared library version
- Fix build with new pcsclite

[1]PR:			78815
[1]Submitted by:	lofi

opensc:
- Chase pcsclite shared library version
- Fix build on CURRENT

opensc-esteid
- Chase pcsclite shared library version
- Fix build with new pcsclite

p5-PCSC-Card:
- Update to 1.4.2
- Chase pcsclite shared library version
- Fix build with new pcsclite

ruby-pcsc-lite
- Mark broken, does not compile with new pcsc-lite
  Maintainer will work on new version

Submitted by:	maintainer
@
text
@d21 1
d27 1
a27 1
PLIST_FILES=	pcsc/drivers/libslb_rf60.so
d30 1
a30 1
	test -f ${PREFIX}/pcsc/drivers/ || ${MKDIR} ${PREFIX}/pcsc/drivers/
d32 1
a32 1
		${PREFIX}/pcsc/drivers/libslb_rf60.so
@


1.2
log
@Fix building (well, make install) since a dependency didn't make
the proper directory when installing it from a package.

Noticed by: kris@@ and pointyhat
@
text
@d10 1
d18 1
a18 1
LIB_DEPENDS=	pcsclite.0:${PORTSDIR}/devel/pcsc-lite
@


1.1
log
@New port: devel/slb_rf60

	This is a pcsc-lite driver for the Schlumberger Reflex 62/64
	serial smartcard reader

	This port should be filed under "security/ifd-slb_rf60"
	because there are already some other pcsc-lite drivers
	follow this convention.

	I also made a few minor changes because of portlint warnings,
	so please apply this patch and rename the directory to
	"ifd-slb_rf60" before committing.

PR:		ports/63120
Submitted by:	Toni Andjelkovic <toni@@soth.at>
@
text
@d28 1
@

