857d28f718
PR#44929. The main changes are to sc_tracediff, a program that displays traceroutes side by side that have changed. There are bug fixes to sc_tracediff, as well as enhancements.
21 lines
462 B
Makefile
21 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/05/03 11:51:12 obache Exp $
|
|
#
|
|
|
|
DISTNAME= scamper-cvs-20110503
|
|
PKGNAME= ${DISTNAME:S/-cvs//}
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.wand.net.nz/scamper/
|
|
|
|
MAINTAINER= mjl@luckie.org.nz
|
|
HOMEPAGE= http://www.wand.net.nz/scamper/
|
|
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_FEATURES+= inet6
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|