aboutsummaryrefslogtreecommitdiffstats
path: root/net/bing/Makefile
blob: 0d98b1316c94b6685de308e2889f9e5c68184828 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    bing
# Date created:     28 December 1996
# Whom:         jseger@scds.com
#
# $FreeBSD$
#

PORTNAME=   bing
PORTVERSION=    1.0.5
CATEGORIES= net
MASTER_SITES=   http://www.freenix.org/reseau/

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>