mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
e7938db9ca
may now be taking different codepaths now we install the .pc file (some e.g. python 3 definitely are)
22 lines
370 B
Makefile
22 lines
370 B
Makefile
COMMENT = library and tools to generate ICMP echo requests
|
|
|
|
DISTNAME = liboping-1.10.0
|
|
REVISION = 2
|
|
|
|
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
|
|
CFLAGS += -Wno-error
|
|
|
|
SITES = https://noping.cc/files/
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|