1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/net/nload/Makefile
Emanuel Haupt 9cc0e579dd - Change configuration file path from /etc/nload.conf to
${PREFIX}/etc/nload.conf
- bump PORTREVISION

PR:		140566 (based on)
Submitted by:	Denny Lin <dennylin93@cnmc32.hs.ntnu.edu.tw>
2009-11-15 12:05:20 +00:00

29 lines
585 B
Makefile

# New ports collection makefile for: nload
# Date created: 24 April 2002
# Whom: Olivier Tharan <olive@oban.frmug.org>
#
# $FreeBSD$
#
PORTNAME= nload
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= CRITICAL SF
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Console application which monitors network traffic in real time
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MANCOMPRESSED= yes
MAN1= nload.1
PLIST_FILES= bin/nload
post-patch:
@${REINPLACE_CMD} -e "s|\(/etc/nload\.conf\)|${PREFIX}\1|" \
${WRKSRC}/docs/nload.1.in ${WRKSRC}/src/main.cpp
.include <bsd.port.mk>