cdf means "colorized df". The main features of cdf are: * customazable color schemes * eye-friendly capacity bars * most of such utils needs some 3rd party libraries, * python interpreter and so on, while cdf written in pure C PR: ports/73007 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
22 lines
423 B
Makefile
22 lines
423 B
Makefile
# New ports collection makefile for: cdf
|
|
# Date created: 2004-10-22
|
|
# Whom: Charlie & <root@lame.novel.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cdf
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://bmp-plugins.berlios.de/misc/cdf/
|
|
|
|
MAINTAINER= bogorodskiy@inbox.ru
|
|
COMMENT= A colorized df
|
|
|
|
PLIST_FILES= bin/cdf
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
.include <bsd.port.mk>
|