freebsd-ports/sysutils/freecolor/Makefile
Pav Lucistnik 67b80dc124 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>
2004-01-07 23:53:23 +00:00

20 lines
424 B
Makefile

# New ports collection makefile for: freecolor
# Date created: 7 January 2004
# Whom: Tim Bishop <tim@bishnet.net>
#
# $FreeBSD$
#
PORTNAME= freecolor
PORTVERSION= 0.8.3
CATEGORIES= sysutils
MASTER_SITES= http://www.rkeene.org/files/oss/freecolor/
MAINTAINER= tim@bishnet.net
COMMENT= Displays free memory as a bargraph
LIB_DEPENDS= statgrab.3:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
.include <bsd.port.mk>