freebsd-ports/net/bmon/Makefile
Pav Lucistnik 1ca5dbbca8 - Don't install setuid root, we don't need it to work
- Bump PORTREVISION

PR:		ports/67340
Submitted by:	Jon Nistor <nistor@snickers.org> (maintainer)
2004-05-29 14:24:46 +00:00

28 lines
585 B
Makefile

# New ports collection makefile for: bmon
# Date created: 21 Feb 2003
# Whom: Jon Nistor <nistor@snickers.org>
#
# $FreeBSD$
#
PORTNAME= bmon
PORTVERSION= 1.2.1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://trash.net/~reeler/bmon/files/
MAINTAINER= nistor@snickers.org
COMMENT= "BMON - bandwidth monitor using curses lib"
GNU_CONFIGURE= YES
USE_GMAKE= YES
MAN1= bmon.1
PLIST_FILES= sbin/bmon
do-install:
${INSTALL} ${STRIP} ${COPY} ${_BINOWNGRP} -m 755 ${WRKSRC}/bmon ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/bmon.1 ${PREFIX}/man/man1/bmon.1
.include <bsd.port.mk>