0811edb046
Changelog mentions many bugfixes and improvements for Linux 2.6, FreeBSD, Solaris, DEC OSF/1, NetBSD, AIX and IRIX. Note that it also says: "Support for MacOS X is officially withdrawn although the macosx module is still part of the distribution. Hopefully this is a temporary situation."
16 lines
385 B
Makefile
16 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.34 2007/07/01 22:43:05 tnn Exp $
|
|
|
|
DISTNAME= top-3.6.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.groupsys.com/pub/top/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://www.groupsys.com/topinfo/
|
|
COMMENT= The ubiquitous system monitoring utility
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/m_dragonfly.c ${WRKSRC}/machine
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|