mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
cf118ccf87
Reported by: lwhsu
24 lines
439 B
Makefile
24 lines
439 B
Makefile
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+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libnfc.so:devel/libnfc
|
|
|
|
USES= autoreconf gmake libtool pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= terence-deng
|
|
MAKE_ENV+= MKDIR="${MKDIR}"
|
|
|
|
HAS_CONFIGURE= true
|
|
|
|
PLIST_FILES= bin/lsnfc
|
|
|
|
.include <bsd.port.mk>
|