openbsd-ports/net/scamper/Makefile
ajacoutot c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00

33 lines
712 B
Makefile

SHARED_LIBS += scamperfile 3.0 # 2.0
COMMENT = parallel internet measurement utility
V = 20211212c
DISTNAME = scamper-cvs-$V
PKGNAME = scamper-$V
REVISION = 0
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>