freebsd-ports/sysutils/freecolor/Makefile
Tim Bishop 44360b4b35 - Update libstatgrab to 0.13
- Fix broken MASTER_SITES
- Bump PORTREVISION and dependency in dependent ports
2006-03-20 10:18:18 +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.7
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.rkeene.org/files/oss/freecolor/
MAINTAINER= tdb@FreeBSD.org
COMMENT= Displays free memory as a bargraph
LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
PLIST_FILES= bin/freecolor
.include <bsd.port.mk>