mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
24 lines
588 B
Makefile
24 lines
588 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= scamper
|
|
PORTVERSION= 20130824
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= scamper.1 sc_ally.1 sc_analysis_dump.1 sc_attach.1 \
|
|
sc_ipiddump.1 sc_speedtrap.1 sc_tracediff.1 sc_warts2json.1 \
|
|
sc_warts2pcap.1 sc_warts2text.1 sc_wartscat.1 sc_wartsdump.1
|
|
MAN3= libscamperfile.3
|
|
MAN5= warts.5
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|