blob: c3aa34d336b1c1d4d38da8c155e156cf6eca24aa (
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
|
# 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
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \
${WRKSRC}/docs/nload.1.in ${WRKSRC}/src/main.cpp
.include <bsd.port.mk>
|