36 lines
790 B
Makefile
36 lines
790 B
Makefile
# $OpenBSD: Makefile,v 1.25 2016/01/19 15:21:19 sthen Exp $
|
|
|
|
SHARED_LIBS += scamperfile 1.0 # 0.0
|
|
|
|
COMMENT = parallel internet measurement utility
|
|
|
|
V = 20141211d
|
|
REVISION = 2
|
|
DISTNAME = scamper-cvs-$V
|
|
PKGNAME = scamper-$V
|
|
|
|
CATEGORIES = net benchmarks
|
|
|
|
HOMEPAGE = http://www.caida.org/tools/measurement/scamper/
|
|
|
|
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c m
|
|
|
|
MASTER_SITES = http://www.caida.org/tools/measurement/scamper/code/
|
|
|
|
SEPARATE_BUILD = Yes
|
|
CONFIGURE_STYLE = autoconf
|
|
AUTOCONF_VERSION = 2.69
|
|
CONFIGURE_ARGS = --with-privsep-user=_scamper
|
|
|
|
post-install:
|
|
.for i in trace ping tracelb dealias sting neighbourdisc tbit sniff
|
|
ln ${PREFIX}/bin/scamper ${PREFIX}/bin/scamper-$i
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|