diff options
| author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 08:49:18 +0000 |
|---|---|---|
| committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-15 08:49:18 +0000 |
| commit | 0a502f5d22b1f0a00dbff081dd7e33fc07f9b76e (patch) | |
| tree | 5bae4cd62d1855fcd22419a38daf78cbb3176ff8 /devel/libccid/Makefile | |
| parent | 19e88c8f79d5563df7c2e79ae94d2f8bc2397085 (diff) | |
Notes
Diffstat (limited to 'devel/libccid/Makefile')
| -rw-r--r-- | devel/libccid/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/libccid/Makefile b/devel/libccid/Makefile index 56230a668dd5..78535168a93e 100644 --- a/devel/libccid/Makefile +++ b/devel/libccid/Makefile @@ -5,10 +5,9 @@ # $FreeBSD$ PORTNAME= ccid -PORTVERSION= 1.3.12 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= devel -MASTER_SITES= http://alioth.debian.org/frs/download.php/3281/ +MASTER_SITES= http://alioth.debian.org/frs/download.php/3333/ MAINTAINER= arved@FreeBSD.org COMMENT= Generic USB CCID (Chip/Smart Card Interface Devices) driver @@ -42,5 +41,9 @@ LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb post-patch: ${REINPLACE_CMD} -e "s,use warnings;,," ${WRKSRC}/src/create_Info_plist.pl ${REINPLACE_CMD} -e "s,ndef __APPLE__, !(__APPLE__ || __FreeBSD__)," ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c + ${REINPLACE_CMD} -e "s,libusb-1.0/libusb.h,libusb.h," \ + ${WRKSRC}/configure ${WRKSRC}/src/ccid_usb.c \ + ${WRKSRC}/src/ccid_usb.h \ + ${WRKSRC}/contrib/Kobil_mIDentity_switch/Kobil_mIDentity_switch.c .include <bsd.port.post.mk> |
