freebsd-ports/sysutils/nfcutils/Makefile
Kurt Jaeger b409f10001 New port: sysutils/nfcutils
Near Field Communication (NFC) utilities

This package contains one utility for listing NFC devices and
in-field tags or targets.

WWW: https://github.com/nfc-tools/nfcutils/

PR:		211827
Submitted by:	Terence Deng <dengtooling@gmail.com>
2016-08-15 05:29:11 +00:00

24 lines
427 B
Makefile

# $FreeBSD$
PORTNAME= nfcutils
PORTVERSION= 0.1.2
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
MAINTAINER= dengtooling@gmail.com
COMMENT= Listing NFC devices and in-field tags or targets
LICENSE= GPLv3
LIB_DEPENDS= libnfc.so:devel/libnfc
USES= autoreconf gmake libtool pkgconfig tar:tgz
USE_GITHUB= yes
GH_ACCOUNT= terence-deng
MAKE_ENV+= MKDIR="${MKDIR}"
HAS_CONFIGURE= true
PLIST_FILES= bin/lsnfc
.include <bsd.port.mk>