Netdiscover is an arp packet-based network address discovery tool PR: 277932 Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D44551
26 lines
524 B
Makefile
26 lines
524 B
Makefile
PORTNAME= netdiscover
|
|
DISTVERSION= 0.10
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= tiago.gasiba@gmail.com
|
|
COMMENT= Network address discovering tool
|
|
WWW= https://github.com/netdiscover-scanner/netdiscover
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= netdiscover-scanner
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
PLIST_FILES= sbin/netdiscover \
|
|
share/man/man8/netdiscover.8.gz
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/netdiscover
|
|
|
|
.include <bsd.port.mk>
|