freebsd-ports/net/arpdig/Makefile
Sergey Matveychuk 3e4d654e2b Arpdig is a tool to probe a whole IP address segment or a list of
IP addresses on the LAN via ARP whohas requests, collecting ARP is-at
responses and showing the results.

PR:		ports/96851
Submitted by:	marck
2006-05-06 16:45:32 +00:00

21 lines
392 B
Makefile

# New ports collection makefile for: arpdig
# Date created: 23 April 2006
# Whom: marck@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= arpdig
PORTVERSION= 0.5.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= marck@FreeBSD.org
COMMENT= ARP Digger utility
PLIST_FILES= bin/arpdig
MAN1= arpdig.1
MANCOMPRESSED= yes
.include <bsd.port.mk>