aboutsummaryrefslogtreecommitdiffstats
path: root/net/bmon/Makefile
blob: a7392c41470c6aaa1f304e477824ebd872e628f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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=   1
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 4755 ${WRKSRC}/bmon ${PREFIX}/sbin
    ${INSTALL_MAN} ${WRKSRC}/bmon.1 ${PREFIX}/man/man1/bmon.1

.include <bsd.port.mk>