2019-07-12 20:48:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2019/07/12 20:48:35 sthen Exp $
|
2011-07-08 09:31:06 +00:00
|
|
|
|
|
|
|
COMMENT = rfc4656 one-way active measurement protocol
|
|
|
|
|
|
|
|
DISTNAME = owamp-3.1
|
2018-01-11 19:27:01 +00:00
|
|
|
REVISION = 0
|
2011-07-08 09:31:06 +00:00
|
|
|
|
|
|
|
CATEGORIES = net
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.internet2.edu/performance/owamp/
|
|
|
|
|
|
|
|
# Custom, see LICENSE.
|
|
|
|
# Looks like BSD at first but note last paragraph.
|
2019-07-12 20:48:23 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2011-07-08 09:31:06 +00:00
|
|
|
|
|
|
|
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>
|