freebsd-ports/net/nload/Makefile
Emanuel Haupt e45d39f39b Fix interface name fetching.
PR:		210380
Submitted by:	allanjude
Obtained from:	OpenBSD ports
2016-06-19 09:44:21 +00:00

25 lines
548 B
Makefile

# Created by: Olivier Tharan <olive@oban.frmug.org>
# $FreeBSD$
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>