# New ports collection makefile for: libnfc # Date created: 2009-06-17 # Whom: Romain Tartiere # # $FreeBSD$ # PORTNAME= libnfc PORTVERSION= 1.3.2 CATEGORIES= devel MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ \ http://romain.blogreen.org/distfiles/ MAINTAINER= romain@FreeBSD.org COMMENT= Near Field Communication (NFC) library LIB_DEPENDS= pcsclite.1:${PORTSDIR}/devel/pcsc-lite RUN_DEPENDS= RSA_SecurID_getpasswd:${PORTSDIR}/devel/libccid GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack MAN1= nfc-mfclassic.1 nfc-emulate.1 nfc-list.1 nfc-mfultralight.1 \ nfc-relay.1 nfc-anticol.1 .include .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .endif .include