freebsd-ports/sysutils/freecolor/Makefile
Kirill Ponomarev 7e07c548fb - Add patch to get freecolor working with new libstatgrab's
API.

PR:		ports/66909
Submitted by:	maintainer
2004-05-19 22:17:46 +00:00

22 lines
467 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
PORTREVISION= 2
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.5:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
PLIST_FILES= bin/freecolor
.include <bsd.port.mk>