mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
3e4d654e2b
IP addresses on the LAN via ARP whohas requests, collecting ARP is-at responses and showing the results. PR: ports/96851 Submitted by: marck
22 lines
392 B
Makefile
22 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>
|