aboutsummaryrefslogtreecommitdiff
path: root/net/nload/Makefile
blob: 2cf1d31d3e12ae4da44cb51549bdbac370c904bf (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
# Created by: Olivier Tharan <olive@oban.frmug.org>

PORTNAME=	nload
PORTVERSION=	0.7.4
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	http://www.roland-riegel.de/nload/ \
		LOCAL/ehaupt

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

LICENSE=	GPLv2

USES=		ncurses
GNU_CONFIGURE=	yes

PLIST_FILES=	bin/nload man/man1/nload.1.gz

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

.include <bsd.port.mk>