2005-12-29 22:10:57 +01:00
|
|
|
# ports collection Makefile for: nctop
|
|
|
|
# Date created: 01 August 2005
|
|
|
|
# Whom: Ralf Becker <nctop@web.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= nctop
|
2006-09-24 15:36:30 +02:00
|
|
|
PORTVERSION= 0.23.2
|
2010-09-15 20:35:24 +02:00
|
|
|
PORTREVISION= 2
|
2005-12-29 22:10:57 +01:00
|
|
|
CATEGORIES= sysutils
|
2006-09-24 15:36:30 +02:00
|
|
|
MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/
|
2005-12-29 22:10:57 +01:00
|
|
|
|
2006-06-14 23:53:27 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-09-24 15:36:30 +02:00
|
|
|
COMMENT= A remote system monitor for unix hosts
|
2005-12-29 22:10:57 +01:00
|
|
|
|
|
|
|
USE_BZIP2= YES
|
|
|
|
|
2010-05-13 21:37:50 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-09-24 15:36:30 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
2005-12-29 22:10:57 +01:00
|
|
|
--with-libwrap \
|
|
|
|
--with-setgid=kmem
|
|
|
|
|
|
|
|
MAN1= nctopd.1 nctop.1
|
2010-05-13 21:37:50 +02:00
|
|
|
MANCOMPRESSED= yes
|
2005-12-29 22:10:57 +01:00
|
|
|
|
2010-01-27 02:03:30 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} > 900006
|
|
|
|
EXTRA_PATCHES= ${FILESDIR}/utmpx-machine.c
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|