mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
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>
This commit is contained in:
parent
f153ae10d2
commit
b409f10001
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420216
@ -638,6 +638,7 @@
|
||||
SUBDIR += ncdu
|
||||
SUBDIR += nepomuk-core
|
||||
SUBDIR += nepomuk-widgets
|
||||
SUBDIR += nfcutils
|
||||
SUBDIR += nfsping
|
||||
SUBDIR += nitrogen
|
||||
SUBDIR += no-login
|
||||
|
24
sysutils/nfcutils/Makefile
Normal file
24
sysutils/nfcutils/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $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>
|
3
sysutils/nfcutils/distinfo
Normal file
3
sysutils/nfcutils/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1471205433
|
||||
SHA256 (terence-deng-nfcutils-v0.1.2_GH0.tar.gz) = 55444ebaa346f628ba90d4ab281a4054e153145850eb708cfbb4dc65de5d4201
|
||||
SIZE (terence-deng-nfcutils-v0.1.2_GH0.tar.gz) = 19251
|
6
sysutils/nfcutils/pkg-descr
Normal file
6
sysutils/nfcutils/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user