openbsd-ports/net/owamp/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

26 lines
563 B
Makefile

COMMENT = rfc4656 one-way active measurement protocol
DISTNAME = owamp-3.1
REVISION = 1
CATEGORIES = net
HOMEPAGE = http://www.internet2.edu/performance/owamp/
# Custom, see LICENSE.
# Looks like BSD at first but note last paragraph.
PERMIT_PACKAGE = Yes
WANTLIB += c m
MASTER_SITES = http://software.internet2.edu/sources/owamp/
CONFIGURE_STYLE = gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/owampd
${INSTALL_DATA} ${WRKSRC}/conf/owampd.conf \
${WRKSRC}/conf/owampd.limits ${PREFIX}/share/examples/owampd
.include <bsd.port.mk>