Files
ports/net/arping/Makefile
Edwin Groothuis 836e8278e1 update net/arping to 1.06
update net/arping to 1.06

PR:		ports/50322
Submitted by:	AMAKAWA Shuhei <sa264@cam.ac.uk>
Approved by:	roman@xpert.com
2003-04-08 10:46:08 +00:00

27 lines
611 B
Makefile

# New ports collection makefile for: arping
# Date Created: 1 Oct 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= arping
PORTVERSION= 1.06
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>