pkgsrc/net/lft/Makefile
grant 88a8748f5b Initial import of LFT 2.2 into The NetBSD Packages Collection.
LFT, short for Layer Four Traceroute, is a sort of 'traceroute' that
often works much faster (than the commonly-used Van Jacobson method)
and goes through many configurations of packet-filter based firewalls.
More importantly, LFT implements numerous other features including AS
number lookups, loose source routing, netblock name lookups, et al.

package suggested by lukem.
2003-08-27 07:36:47 +00:00

17 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/08/27 07:36:47 grant Exp $
#
DISTNAME= lft-2.2
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://mainnerve.com/lft/
COMMENT= Layer four traceroute capable of tracing protocol paths
USE_BUILDLINK2= # defined
USE_PKGLOCALEDIR= # defined
GNU_CONFIGURE= # defined
.include "../../net/libpcap/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"