rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

28 lines
627 B
Makefile

# $OpenBSD: Makefile,v 1.3 2018/01/11 19:27:07 rpe Exp $
COMMENT = rfc4656 one-way active measurement protocol
DISTNAME = owamp-3.1
REVISION = 0
CATEGORIES = net
HOMEPAGE = http://www.internet2.edu/performance/owamp/
# Custom, see LICENSE.
# Looks like BSD at first but note last paragraph.
PERMIT_PACKAGE_CDROM = 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>