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