# New ports collection makefile for:	arping
# Date Created:				1 Oct 2000
# Whom:					Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD: ports/net/arping/Makefile,v 1.8 2003/02/21 13:14:34 knu Exp $
#

PORTNAME=	arping
PORTVERSION=	1.04
CATEGORIES=	net
MASTER_SITES=	ftp://ftp.habets.pp.se/pub/synscan/ \
		ftp://ftp.cerias.purdue.edu/pub/tools/unix/netutils/arping/

MAINTAINER=	roman@xpert.com
COMMENT=	ARP level "ping" utility

BUILD_DEPENDS=	${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet

ALL_TARGET=	freebsd
MAN8=		arping.8

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/arping ${PREFIX}/sbin
	${INSTALL_MAN} ${WRKSRC}/arping.8 ${PREFIX}/man/man8

.include <bsd.port.mk>
