mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
25 lines
545 B
Makefile
25 lines
545 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
|
|
|
|
DEPRECATED= unfetchable -- current version is 0.9
|
|
EXPIRATION_DATE= 2006-01-26
|
|
|
|
USE_PERL5= yes
|
|
|
|
MAN1= durep.1
|
|
PLIST_FILES= bin/durep
|
|
|
|
.include <bsd.port.mk>
|