blob: 01d332971b122074595b9b5d9f0ab7e3458a1283 (
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.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.lip6.fr/pub/networking/
MAINTAINER= jseger@freebsd.org
COMMENT= A point-to-point bandwith measurement tool
MAN8= bing.8
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/bing
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/bing
.endif
.include <bsd.port.mk>
|