1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/net/nload/Makefile
2013-10-25 12:42:00 +00:00

24 lines
513 B
Makefile

# 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
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>