Source
https://qa.mandriva.com/show_bug.cgi?id=63396
https://trac.macports.org/ticket/30095
--- Makefile.am.orig 2002-01-15 18:52:18.000000000 -0600
+++ Makefile.am 2011-08-06 01:58:22.000000000 -0500
-sbin_PROGRAMS = fping
+sbin_PROGRAMS = fping fping6
fping_SOURCES = fping.c options.h linux.h
+fping6_SOURCES = fping.c options.h linux.h
+fping6_CPPFLAGS = $(AM_CPPFLAGS) -DIPV6 -D__APPLE_USE_RFC_3542
man_MANS = fping.8
AUTOMAKE_OPTIONS=foreign
EXTRA_DIST = $(man_MANS)