e9d5eb104c
ncdu is an ncurses version of the famous old 'du' unix command. It provides a fast and easy interface to your harddrive. Where is your disk space going? Why is your home directory that large? ncdu can answer those questions for you in just a matter of seconds. ok mbalmer@
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/08/26 22:28:41 jasper Exp $
|
|
|
|
COMMENT= ncurses-based du(1)
|
|
|
|
DISTNAME= ncdu-1.3
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://dev.yorhel.nl/ncdu/
|
|
|
|
MASTER_SITES= http://dev.yorhel.nl/download/ \
|
|
${MASTER_SITE_SOURCEFORGE:=ncdu/}
|
|
|
|
# MIT
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
WANTLIB= c form ncurses
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|