blob: aeaad481b2c0478681ffa2c4c2e7f72bca1b3bce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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= 1
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.4:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
PLIST_FILES= bin/freecolor
.include <bsd.port.mk>
|