freebsd-ports/net/bing/Makefile
Kris Kennaway 300b9195a7 Open the raw socket early and then drop setuid root privileges. Bump
PORTREVISION.

Obtained from:	OpenBSD
2003-06-15 01:25:08 +00:00

26 lines
474 B
Makefile

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