mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
58195cae8f
- fix plist for -DNOPORTDOCS - bump PORTREVISION Approved by: maintianer timeout on QAT BotMail Prompted by: QAT QA run
29 lines
612 B
Makefile
29 lines
612 B
Makefile
# New ports collection makefile for: bing
|
|
# Date created: 28 December 1996
|
|
# Whom: jseger@scds.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bing
|
|
PORTVERSION= 1.0.5
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ \
|
|
ftp://ftp.ens.fr/pub/unix/syst/
|
|
|
|
MAINTAINER= jmelo@FreeBSD.org
|
|
COMMENT= A point-to-point bandwith measurement tool
|
|
|
|
MAN8= bing.8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bing ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/bing.8 ${MANPREFIX}/man/man8
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|