* Do some light cleanup of port Makefile Changelog: https://github.com/ThomasHabets/arping/releases/tag/arping-2.25 PR: 286913 Approved by: maintainer timeout, 2+ weeks
24 lines
456 B
Makefile
24 lines
456 B
Makefile
PORTNAME= arping
|
|
DISTVERSION= 2.25
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.habets.pp.se/synscan/files/
|
|
|
|
MAINTAINER= gavin@FreeBSD.org
|
|
COMMENT= ARP level "ping" utility
|
|
WWW= https://www.habets.pp.se/synscan/programs.php?prog=arping
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libnet.so:net/libnet
|
|
|
|
USES= localbase
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= include/arping.h \
|
|
sbin/arping \
|
|
share/man/man8/arping.8.gz
|
|
|
|
.include <bsd.port.mk>
|