mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0de6d7d33a
PR: 51272 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
21 lines
473 B
Makefile
21 lines
473 B
Makefile
# New ports collection makefile for: ifstat
|
|
# Date created: 30 Mar 2003
|
|
# Whom: spf@xslt.cs.nccu.edu.tw
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ifstat
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Network interface statistics monitoring tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= ifstat.1
|
|
|
|
.include <bsd.port.mk>
|