# New ports collection makefile for:	arpscan
# Date created:				22 Mar 2004
# Whom:					David Yeske <dyeske@gmail.com>
#
# $FreeBSD: ports/net-mgmt/arpscan/Makefile,v 1.11 2009/02/02 23:44:00 linimon Exp $
#

PORTNAME=	arpscan
PORTVERSION=	0.3
CATEGORIES=	net-mgmt
MASTER_SITES=	http://ish.cx/~jason/arpscan/ \
		http://unx.ca/~jason/arpscan/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple arp scanner

LIB_DEPENDS=	dnet.1:${PORTSDIR}/net/libdnet

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}

PLIST_FILES=	bin/arpscan

.include <bsd.port.mk>
