20 lines
369 B
Makefile
20 lines
369 B
Makefile
# 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>
|