freebsd-ports/net/liboping/Makefile
Martin Wilke a1de4e139c liboping is a C library to generate ICMP echo requests, better known as
"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>
2007-10-08 18:18:17 +00:00

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>