1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/arping/Makefile
2021-04-06 16:31:07 +02:00

23 lines
424 B
Makefile

# Created by: Roman Shterenzon <roman@xpert.com>
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>