summaryrefslogblamecommitdiff
path: root/net/bing/Makefile
blob: 7d71cdfd21487c56852f8c41c2d4ac87b6b27d81 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            


                                        
           

 

                     
                 
                   
                                                       
 
                                 
                                                          
 
                      


                        

                                                  


                      
# 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>