1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net/nload/Makefile
2003-02-21 13:28:59 +00:00

26 lines
491 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.5.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= olive@oban.frmug.org
COMMENT= Console application which monitors network traffic in real time
HAS_CONFIGURE= yes
MAN1= nload.1
MANCOMPRESSED= yes
post-install:
strip ${PREFIX}/bin/nload
.include <bsd.port.mk>