blob: d77409f036a2aef8b59dad39e6957ed111142c49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.15 2014/01/26 10:28:49 markd Exp $
#
DISTNAME= scamper-cvs-20140122
PKGNAME= ${DISTNAME:S/-cvs//}
CATEGORIES= net
MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/
MAINTAINER= mjl@luckie.org.nz
HOMEPAGE= http://www.caida.org/tools/measurement/scamper/
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_FEATURES+= inet6
.include "../../mk/bsd.pkg.mk"
|