blob: 6e437793d85d7cea7584e65eedb3f78569c3e9eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $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>
|