freebsd-ports/net/bing/Makefile

25 lines
481 B
Makefile
Raw Normal View History

# New ports collection makefile for: bing
# Date created: 28 December 1996
# Whom: jseger@scds.com
#
1999-08-30 10:24:37 -04:00
# $FreeBSD$
#
PORTNAME= bing
PORTVERSION= 1.0.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.lip6.fr/pub/networking/
MAINTAINER= ports@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>