1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/nfcutils/Makefile
Dmitry Marakasov 0190983d13 - Remove bogus (in presence of USE_GITHUB) USES=tar*
- While here, minor cosmetic and license fixes

Approved by:	portmgr blanket
2016-12-27 12:20:41 +00:00

26 lines
452 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+
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>