blob: c929a5b45cc864843ffa17fb2cd11ffcae5042ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: muse
# Date created: 27 December 1999
# Whom: freebsd@spatula.net
#
# $FreeBSD$
#
PORTNAME= muse
PORTVERSION= 0.2
CATEGORIES= sysutils
MASTER_SITES= http://www.spatula.net/muse/
MAINTAINER= freebsd@spatula.net
COMMENT= Shows memory usage data
MAN1= muse.1
MANCOMPRESSED= yes
PLIST_FILES= bin/muse
.include <bsd.port.mk>
|