ports/net/liboping/Makefile

22 lines
370 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = library and tools to generate ICMP echo requests
DISTNAME = liboping-1.10.0
2023-09-08 05:21:37 +00:00
REVISION = 1
2023-08-16 22:26:55 +00:00
SHARED_LIBS += oping 0.1 # 3.0
CATEGORIES = net
HOMEPAGE = https://noping.cc/
# LGPL v2.1+ (lib) GPLv2+ (binaries)
PERMIT_PACKAGE = Yes
WANTLIB += c m curses perl
2023-09-08 05:21:37 +00:00
CFLAGS += -Wno-error
2023-08-16 22:26:55 +00:00
2023-09-27 17:15:09 +00:00
SITES = https://noping.cc/files/
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>