1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/muse/Makefile
Chris D. Faulhaber 87de2239df This is muse, which lists out memory usage categorized by Active, Inactive,
Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly
and verbose than vmstat and without as much clutter as Top.
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c

PR:		15731
Submitted by:	Nick Johnson <freebsd@spatula.net>
1999-12-28 02:45:45 +00:00

19 lines
327 B
Makefile

# New ports collection makefile for: muse
# Version required: 0.1
# Date created: 27 December 1999
# Whom: freebsd@spatula.net
#
# $FreeBSD$
#
DISTNAME= muse-0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.spatula.net/muse/
MAINTAINER= freebsd@spatula.net
MAN1= muse.1
MANCOMPRESSED= yes
.include <bsd.port.mk>