blob: c4e9ae6877a525ba376b1e2350bca55d301c4b1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
PORTNAME= arping
PORTVERSION= 2.15
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.habets.pp.se/synscan/files/
MAINTAINER= gavin@FreeBSD.org
COMMENT= ARP level "ping" utility
LICENSE= GPLv2
LIB_DEPENDS= libnet.so:net/libnet
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= sbin/arping man/man8/arping.8.gz
.include <bsd.port.mk>
|