Files
ports/net/arping/Makefile
T
Piotr Kubaj 8240e9b2ac net/arping: fix build on GCC architectures
arping.c: In function 'xrandom':
arping.c:239: error: 'for' loop initial declaration used outside C99 mode
2020-12-30 16:18:30 +00:00

24 lines
436 B
Makefile

# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
PORTNAME= arping
DISTVERSION= 2.21
CATEGORIES= net
MASTER_SITES= http://www.habets.pp.se/synscan/files/
MAINTAINER= gavin@FreeBSD.org
COMMENT= ARP level "ping" utility
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libnet.so:net/libnet
USES= localbase
USE_CSTD= c99
GNU_CONFIGURE= yes
PLIST_FILES= sbin/arping man/man8/arping.8.gz
.include <bsd.port.mk>