1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/net/arp-scan/Makefile
Martin Wilke 7875912eaf arp-scan is a command-line tool that uses the ARP
protocol to discover and fingerprint IP hosts on
the local network.

WWW:	http://www.nta-monitor.com/tools/arp-scan/

PR:		ports/127963
Submitted by:	Wen Heping <wenheping at gmail.com>
2008-10-11 14:51:41 +00:00

23 lines
476 B
Makefile

# New ports collection makefile for: arp-scan
# Date created: 09 Oct 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= arp-scan
PORTVERSION= 1.7
CATEGORIES= net
MASTER_SITES= http://www.nta-monitor.com/tools/${PORTNAME}/download/
MAINTAINER= wenheping@gmail.com
COMMENT= ARP Scanning and Fingerprinting Tool
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= arp-scan.1 get-oui.1 get-iab.1 arp-fingerprint.1
MAN5= mac-vendor.5
.include <bsd.port.mk>