diff options
author | pav <pav@FreeBSD.org> | 2004-01-08 07:53:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-08 07:53:23 +0800 |
commit | 182f70c7ff9fc192c8bd1963e97e43a022c12c90 (patch) | |
tree | e0dcda5db65e57fbc1eb7391efc6a7320ffc0cde /sysutils/Makefile | |
parent | 3bf548ef1020a9b2413efbc7680d0d348fe5a224 (diff) | |
download | freebsd-ports-graphics-182f70c7ff9fc192c8bd1963e97e43a022c12c90.tar.gz freebsd-ports-graphics-182f70c7ff9fc192c8bd1963e97e43a022c12c90.tar.zst freebsd-ports-graphics-182f70c7ff9fc192c8bd1963e97e43a022c12c90.zip |
Add freecolor, a 'free' replacement that displays free memory graphically
as a bargraph. It supports the same options as 'free'.
http://www.rkeene.org/oss/freecolor/
PR: ports/61038
Submitted by: Tim Bishop <tim@bishnet.net>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c8a3b1196b0..df2cb320efc 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -114,6 +114,7 @@ SUBDIR += fontedit SUBDIR += fonteditfs SUBDIR += fortunelock + SUBDIR += freecolor SUBDIR += freedt SUBDIR += freesbie SUBDIR += fsck_ext2fs |