mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
1248fb1d02
PR: ports/103561 Submitted by: Stefan Pauly <stefan at fh-mainz.de>
27 lines
530 B
Makefile
27 lines
530 B
Makefile
# ports collection Makefile for: nctop
|
|
# Date created: 01 August 2005
|
|
# Whom: Ralf Becker <nctop@web.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nctop
|
|
PORTVERSION= 0.23.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A remote system monitor for unix hosts
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|