* 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)
25 lines
500 B
Makefile
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>
|