aboutsummaryrefslogtreecommitdiff
path: root/net/arp-scan/Makefile
blob: a32a5df8c0e7d5d25119f2aeab4e3618a0073e4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	arp-scan
# Date created:				09 Oct 2008
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	arp-scan
PORTVERSION=	1.8
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>