freebsd-ports/net/arping/Makefile
Yuri Victorovich 21231f9da0 net/arping: Update 2.15 -> 2.19
Port changes:
* Change to DISTVERSION
* Replace CPPFLAGS/LIBS with USES=localbase
* Change WWW to a URL with arping-specific info
* Remove junk from pkg-descr

PR:		226304
Submitted by:	Kai <freebsd_ports@k-worx.org>
2018-03-27 21:05:47 +00:00

22 lines
422 B
Makefile

# Created by: Roman Shterenzon <roman@xpert.com>
# $FreeBSD$
PORTNAME= arping
DISTVERSION= 2.19
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
GNU_CONFIGURE= yes
PLIST_FILES= sbin/arping man/man8/arping.8.gz
.include <bsd.port.mk>