2013-09-20 22:10:23 +00:00
|
|
|
# Created by: Matt Peterson <matt@peterson.org>
|
2007-10-08 18:18:17 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liboping
|
|
|
|
PORTVERSION= 0.3.5
|
2014-07-10 15:09:23 +00:00
|
|
|
PORTREVISION= 1
|
2007-10-08 18:18:17 +00:00
|
|
|
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
|
2014-07-10 15:09:23 +00:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= libtool
|
2007-10-08 18:18:17 +00:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|