blob: 52d44da629247cfac6e7a68930a049a6e51d5471 (
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
|
# Created by: Olivier Tharan <olive@oban.frmug.org>
# $FreeBSD$
PORTNAME= nload
PORTVERSION= 0.7.4
CATEGORIES= net
MASTER_SITES= http://www.roland-riegel.de/nload/ \
CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Console application which monitors network traffic in real time
LICENSE= GPLv2
GNU_CONFIGURE= yes
MANCOMPRESSED= yes
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>
|