2320ceb899
PR: 206148 Submitted by: mjl@luckie.org.nz(maintainer)
17 lines
384 B
Makefile
17 lines
384 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scamper
|
|
PORTVERSION= 20141211d
|
|
CATEGORIES= net ipv6
|
|
MASTER_SITES= http://www.caida.org/tools/measurement/scamper/code/
|
|
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
|
|
|
|
MAINTAINER= mjl@luckie.org.nz
|
|
COMMENT= Tool for parallelised IPv4 and IPv6 measurement
|
|
|
|
USES= gmake libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|