forked from Lainports/freebsd-ports
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>
20 lines
424 B
Makefile
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>
|