mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
87de2239df
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>
19 lines
327 B
Makefile
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>
|