blob: effd4d5bfd3421ca0a338d214def5fc6e42a08de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: durep
# Date created: 14 February 2002
# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
#
# $FreeBSD$
#
PORTNAME= durep
PORTVERSION= 0.8.1
CATEGORIES= sysutils
MASTER_SITES= http://www.hibernaculum.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for monitoring disk usage in a more visual way than du
USE_PERL5= yes
MAN1= durep.1
PLIST_FILES= bin/durep
.include <bsd.port.mk>
|