freebsd-ports/net/nload/Makefile

26 lines
548 B
Makefile
Raw Normal View History

# Created by: Olivier Tharan <olive@oban.frmug.org>
# $FreeBSD$
PORTNAME= nload
2012-02-07 10:30:13 +01:00
PORTVERSION= 0.7.4
PORTREVISION= 1
CATEGORIES= net
2011-06-13 11:01:27 +02:00
MASTER_SITES= http://www.roland-riegel.de/nload/ \
LOCAL/ehaupt
MAINTAINER= ehaupt@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Console application which monitors network traffic in real time
2011-12-27 16:14:23 +01:00
LICENSE= GPLv2
USES= ncurses
GNU_CONFIGURE= yes
2013-10-25 14:42:00 +02:00
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>