mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
15 lines
275 B
Makefile
15 lines
275 B
Makefile
# Created by: 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
|
|
|
|
PLIST_FILES= bin/muse man/man1/muse.1.gz
|
|
|
|
.include <bsd.port.mk>
|