forked from Lainports/freebsd-ports
23 lines
518 B
Makefile
23 lines
518 B
Makefile
PORTNAME= arping
|
|
DISTVERSION= 2.24
|
|
PORTREVISION= 1
|
|
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
|
|
USE_CSTD= c99
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
|
|
PLIST_FILES= include/arping.h sbin/arping share/man/man8/arping.8.gz
|
|
|
|
.include <bsd.port.mk>
|