mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
771ea13f41
Tested by: exp build run (erwin)
28 lines
546 B
Makefile
28 lines
546 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
|
|
PORTREVISION= 1
|
|
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:262: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>
|