1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/sysutils/nctop/Makefile
Ade Lovett 8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00

34 lines
643 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= 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_BZIP2= YES
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-libwrap \
--with-setgid=kmem
MAN1= nctopd.1 nctop.1
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900006
EXTRA_PATCHES= ${FILESDIR}/utmpx-machine.c
.endif
.include <bsd.port.post.mk>