2013-09-20 22:10:23 +00:00
|
|
|
# Created by: Roman Shterenzon <roman@xpert.com>
|
2000-10-16 14:27:46 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= arping
|
2015-04-14 22:26:17 +00:00
|
|
|
PORTVERSION= 2.15
|
2014-07-14 15:38:39 +00:00
|
|
|
PORTREVISION= 1
|
2000-10-16 14:27:46 +00:00
|
|
|
CATEGORIES= net
|
2010-09-09 01:55:34 +00:00
|
|
|
MASTER_SITES= http://www.habets.pp.se/synscan/files/
|
2000-10-16 14:27:46 +00:00
|
|
|
|
2010-01-24 15:05:47 +00:00
|
|
|
MAINTAINER= gavin@FreeBSD.org
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= ARP level "ping" utility
|
2000-10-16 14:27:46 +00:00
|
|
|
|
2014-05-15 01:25:18 +00:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2014-07-14 15:38:39 +00:00
|
|
|
LIB_DEPENDS= libnet.so:${PORTSDIR}/net/libnet
|
2000-10-16 14:27:46 +00:00
|
|
|
|
2010-09-09 01:55:34 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2014-06-11 14:49:59 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include \
|
|
|
|
`${LIBNET_CONFIG} --cflags` `${LIBNET_CONFIG} --defines`
|
|
|
|
LIBS+= -L${LOCALBASE}/lib `${LIBNET_CONFIG} --libs` -lpcap
|
2000-10-16 14:27:46 +00:00
|
|
|
|
2007-04-17 03:32:46 +00:00
|
|
|
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
2007-01-31 14:09:55 +00:00
|
|
|
|
2013-11-07 10:08:40 +00:00
|
|
|
PLIST_FILES= sbin/arping man/man8/arping.8.gz
|
2000-10-16 14:27:46 +00:00
|
|
|
|
2005-08-08 07:46:42 +00:00
|
|
|
.include <bsd.port.mk>
|