300b9195a7
PORTREVISION. Obtained from: OpenBSD
25 lines
474 B
Makefile
25 lines
474 B
Makefile
# New ports collection makefile for: bing
|
|
# Date created: 28 December 1996
|
|
# Whom: jseger@scds.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bing
|
|
PORTVERSION= 1.0.4
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://netsw.org/net/ip/audit/load/bing/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A point-to-point bandwith measurement tool
|
|
|
|
MAN8= bing.8
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|