freebsd-ports/sysutils/nfcutils/Makefile
Tilman Keskinoz 80ccb4096c devel/libnfc: Update to 1.8.0
* Switch mastersite to github
* Fix nfc-scan-device for ACR_122_USB
* Bump PORTREVISION of dependencies because of shared library bump

PR:		261667
Submitted by:	Stefan Ehmann
Approved by:	maintainer timeout (ca. 9 months)
2022-11-14 14:06:43 +00:00

25 lines
500 B
Makefile

PORTNAME= nfcutils
PORTVERSION= 0.1.2
PORTREVISION= 1
DISTVERSIONPREFIX=v
CATEGORIES= sysutils
MAINTAINER= dengtooling@gmail.com
COMMENT= Listing NFC devices and in-field tags or targets
WWW= https://github.com/nfc-tools/nfcutils/
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>