forked from Lainports/freebsd-ports
- Per Bill Fenner's reports, the distfile is no longer available from
the URL; in fact, the domain no longer seems to exist, including
the maintainer email address, which bounces. A Google search did
not reveal a new location for the code.
PR: 54303
Submitted by: Mark Linimon <linimon@lonesome.com>
25 lines
506 B
Makefile
25 lines
506 B
Makefile
# New ports collection makefile for: diskusage
|
|
# Whom: maske
|
|
# Date created: 23 August 1999
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= diskusage
|
|
PORTVERSION= 1.04
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Shows current user diskusage and sum in human-readable format
|
|
|
|
MAN1= diskusage.1
|
|
MANCOMPRESSED= yes
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/diskusage
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/diskusage ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/diskusage.1.gz ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|