2018-04-28 14:29:30 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2018/04/28 14:29:30 landry Exp $
|
2014-12-01 08:18:45 +00:00
|
|
|
|
|
|
|
COMMENT = library and tools to generate ICMP echo requests
|
|
|
|
|
2018-04-28 14:29:30 +00:00
|
|
|
DISTNAME = liboping-1.10.0
|
|
|
|
SHARED_LIBS += oping 0.1 # 3.0
|
2014-12-01 08:18:45 +00:00
|
|
|
|
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
HOMEPAGE = http://noping.cc/
|
|
|
|
|
|
|
|
# LGPL v2.1+ (lib) GPLv2+ (binaries)
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2018-04-28 14:29:30 +00:00
|
|
|
WANTLIB += c m curses perl
|
2017-02-06 20:28:32 +00:00
|
|
|
|
2014-12-01 08:18:45 +00:00
|
|
|
MASTER_SITES = http://noping.cc/files/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|