freebsd-ports/sysutils/nctop/Makefile
Mark Linimon 48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00

27 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:261: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>