diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
commit | 4e4178dab5c2825019e9652f1ba4f102253a31df (patch) | |
tree | a101ccfbdb487a4c9c92a67d6d88ac8775e3362a /devel/libnfc | |
parent | ecec69fbc311162911f66439dedf61b8176ef964 (diff) | |
download | ports-4e4178dab5c2825019e9652f1ba4f102253a31df.tar.gz ports-4e4178dab5c2825019e9652f1ba4f102253a31df.zip |
Notes
Diffstat (limited to 'devel/libnfc')
-rw-r--r-- | devel/libnfc/Makefile | 10 | ||||
-rw-r--r-- | devel/libnfc/pkg-descr | 2 |
2 files changed, 2 insertions, 10 deletions
diff --git a/devel/libnfc/Makefile b/devel/libnfc/Makefile index 0269b2d1a7ac..9a0bd9361a52 100644 --- a/devel/libnfc/Makefile +++ b/devel/libnfc/Makefile @@ -53,7 +53,7 @@ PN531USB_DRIVER=pn531_usb, PN531USB_DRIVER= .endif -.if ${PORT_OPTIONS:MP532UART} +.if ${PORT_OPTIONS:MPN532UART} PN532UART_DRIVER=pn532_uart, .else PN532UART_DRIVER= @@ -78,14 +78,6 @@ LIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite RUN_DEPENDS+= ${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/FreeBSD/libccid.so:${PORTSDIR}/devel/libccid .endif -.if ${PORT_OPTIONS:MPN531USB} || ${PORT_OPTIONS:MPN533USB} -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -.endif -.endif - post-install: .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${EXAMPLESDIR} diff --git a/devel/libnfc/pkg-descr b/devel/libnfc/pkg-descr index 515016d68815..39ce5e6e5b9d 100644 --- a/devel/libnfc/pkg-descr +++ b/devel/libnfc/pkg-descr @@ -1,4 +1,4 @@ The libnfc provides a simple yet complete low-level API for handling NFC devices and building NFC applications. -WWW: http://www.libnfc.org +WWW: http://www.libnfc.org |