c67dc0a700
libnfc is the first libre low level NFC SDK and Programmers API released under the GNU Lesser General Public License. It provides complete transparency and royalty-free use for everyone. The library currently supports modulations for ISO/IEC 14443 A and B, FeliCa, Jewel/Topaz tags and Data Exchange Protocol (P2P) as target and as initiator.
17 lines
482 B
Makefile
17 lines
482 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2016/12/16 08:11:55 manu Exp $
|
|
|
|
BUILDLINK_TREE+= libnfc
|
|
|
|
.if !defined(LIBNFC_BUILDLINK3_MK)
|
|
LIBNFC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libnfc+= libnfc>=1.7.1
|
|
BUILDLINK_ABI_DEPENDS.libnfc+= libnfc>=1.7.1
|
|
BUILDLINK_PKGSRCDIR.libnfc?= ../../devel/libnfc
|
|
|
|
.include "../../devel/libusb/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../security/pcsc-lite/buildlink3.mk"
|
|
.endif # LIBNFC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libnfc
|