aboutsummaryrefslogtreecommitdiffstats
path: root/net/nload/Makefile
blob: 102bc91d4cf4a161a84c2348a0b324a8602873e3 (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
28
29
30
# New ports collection makefile for: nload
# Date created:     24 April 2002
# Whom:         Olivier Tharan <olive@oban.frmug.org>
#
# $FreeBSD$
#

PORTNAME=   nload
PORTVERSION=    0.7.2
PORTREVISION=   1
CATEGORIES= net
MASTER_SITES=   CRITICAL SF

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Console application which monitors network traffic in real time

GNU_CONFIGURE=  yes
MAKE_JOBS_SAFE= yes
MANCOMPRESSED=  yes

LICENSE=    GPLv2

MAN1=       nload.1
PLIST_FILES=    bin/nload

post-patch:
    @${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \
        ${WRKSRC}/docs/nload.1.in ${WRKSRC}/src/main.cpp

.include <bsd.port.mk>