33 lines
741 B
Makefile
33 lines
741 B
Makefile
SHARED_LIBS+= scamperfile 3.0 # 2.0
|
|
|
|
COMMENT= parallel internet measurement utility
|
|
|
|
# https://mailman.caida.org/pipermail/scamper-announce/
|
|
V= 20211212e
|
|
DISTNAME= scamper-cvs-$V
|
|
PKGNAME= scamper-$V
|
|
|
|
CATEGORIES= net benchmarks
|
|
|
|
HOMEPAGE= https://www.caida.org/tools/measurement/scamper/
|
|
|
|
MAINTAINER= Stuart Henderson <stu.ports@spacehopper.org>
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += c crypto m ssl pthread
|
|
|
|
MASTER_SITES= https://www.caida.org/tools/measurement/scamper/code/
|
|
|
|
SEPARATE_BUILD= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-privsep-user=_scamper
|
|
|
|
post-install:
|
|
.for i in trace ping tracelb dealias neighbourdisc sniff
|
|
ln ${PREFIX}/bin/scamper ${PREFIX}/bin/scamper-$i
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|