mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
a1de4e139c
"ping packets". It is intended for use in network monitoring applications or applications that would otherwise need to fork ping(1) frequently. Included is a sample application, called oping, which demostrates the library's abilities. It is like ping, ping6, and fping rolled into one. WWW: http://verplant.org/liboping/ PR: ports/116735 Submitted by: Matt Peterson <matt at peterson.org>
26 lines
639 B
Makefile
26 lines
639 B
Makefile
# New ports collection makefile for: liboping
|
|
# Date created: Sat Sep 29 03:38:37 PDT 2007
|
|
# Whom: Matt Peterson <matt@peterson.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= liboping
|
|
PORTVERSION= 0.3.5
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://verplant.org/liboping/files/ \
|
|
http://matt.peterson.org/FreeBSD/ports/
|
|
|
|
MAINTAINER= matt@peterson.org
|
|
COMMENT= C library to generate ICMP echo requests
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN3= liboping.3 ping_construct.3 ping_setopt.3 ping_host_add.3 \
|
|
ping_send.3 ping_get_error.3 ping_iterator_get.3 \
|
|
ping_iterator_get_info.3 ping_iterator_get_context.3
|
|
MAN8= oping.8
|
|
|
|
.include <bsd.port.mk>
|