blob: 9ac057c834619a3305ae7e04e13c458e41255727 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: muse
# Date created: 27 December 1999
# Whom: freebsd@spatula.net
#
# $FreeBSD$
#
PORTNAME= muse
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://www.spatula.net/muse/
MAINTAINER= freebsd@spatula.net
COMMENT= Shows memory usage data
MAN1= muse.1
MANCOMPRESSED= yes
pre-patch:
${RM} -f ${WRKSRC}/Makefile
${CP} ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>
|