1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/sysutils/nctop/Makefile
Edwin Groothuis e311a37eb1 New port: sysutils/nctop
nctop is a remote system monitor for unix hosts.

	It is a client/server-application using UDP-packets to
	receive the information of the hosts running the daemon and
	listed in the clients configuration file.  For each host
	the client displays a line containing:

	    * hostname
	    * load averages
	    * cpu states (sys/user/idle)
	    * real memory usage (used/free/total)
	    * number of users currently logged in

	WWW: http://www.rz.uni-karlsruhe.de/~hj28/

PR:		ports/84521
Submitted by:	Ralf Becker <ralf@akk.org>
2005-12-29 21:10:57 +00:00

33 lines
691 B
Makefile

# ports collection Makefile for: nctop
# Date created: 01 August 2005
# Whom: Ralf Becker <nctop@web.de>
#
# $FreeBSD$
#
PORTNAME= nctop
PORTVERSION= 0.23.1
CATEGORIES= sysutils
MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/
MAINTAINER= ralf@akk.org
COMMENT= A remote system monitor
USE_AUTOTOOLS= autoconf:259:env
USE_BZIP2= YES
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-libwrap \
--with-setgid=kmem
MAN1= nctopd.1 nctop.1
pre-configure:
${CP} ${AUTOCONF_DIR}/install-sh ${WRKSRC}
${CP} ${AUTOCONF_DIR}/config.sub ${WRKSRC}
${CP} ${AUTOCONF_DIR}/config.guess ${WRKSRC}
cd ${WRKSRC} && ${AUTOCONF}
.include <bsd.port.mk>