diff options
author | krion <krion@FreeBSD.org> | 2004-01-03 07:23:11 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-03 07:23:11 +0800 |
commit | 665c1ea0bfd8d26ce5918e82618663a0ef21d972 (patch) | |
tree | 0b3d9172fc3775f74ca14bada8c41b202f32040a /net/ifstat/Makefile | |
parent | 82e0b5a382ceb5e767546ca791b843972dd0a336 (diff) | |
download | freebsd-ports-gnome-665c1ea0bfd8d26ce5918e82618663a0ef21d972.tar.gz freebsd-ports-gnome-665c1ea0bfd8d26ce5918e82618663a0ef21d972.tar.zst freebsd-ports-gnome-665c1ea0bfd8d26ce5918e82618663a0ef21d972.zip |
- Update to version 1.1
- Take maintainership
Diffstat (limited to 'net/ifstat/Makefile')
-rw-r--r-- | net/ifstat/Makefile | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index 5efe98432538..dd010546747e 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -5,16 +5,20 @@ # $FreeBSD$ # -PORTNAME= ifstat -PORTVERSION= 1.0 -CATEGORIES= net -MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/ -MASTER_SITE_SUBDIR= ${PORTNAME} +PORTNAME= ifstat +PORTVERSION= 1.1 +CATEGORIES= net +MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/ +MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org -COMMENT= Network interface statistics monitoring tool +MAINTAINER= krion@FreeBSD.org +COMMENT= Network interface statistics monitoring tool -GNU_CONFIGURE= yes -MAN1= ifstat.1 +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp + +GNU_CONFIGURE= yes +USE_OPENSSL= yes + +MAN1= ifstat.1 .include <bsd.port.mk> |