3c175cb569
Reviewed by: marcus
22 lines
466 B
Makefile
22 lines
466 B
Makefile
# 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>
|