opnsense-ports/sysutils/nfcutils/Makefile
Franco Fichtner eed7de3a28 */*: sync with upstream
Taken from: FreeBSD
2016-12-28 12:42:23 +01:00

25 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>