aboutsummaryrefslogtreecommitdiff
path: root/sysutils/nctop/Makefile
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-09-24 13:36:30 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-09-24 13:36:30 +0000
commit1248fb1d02508e71f50a80b476ddf4faed518575 (patch)
tree18f81396736e80498ef85688d174894d1bbc873d /sysutils/nctop/Makefile
parent84f6550634e4a29be50b22bfb6216ccfe1a12238 (diff)
Notes
Diffstat (limited to 'sysutils/nctop/Makefile')
-rw-r--r--sysutils/nctop/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/sysutils/nctop/Makefile b/sysutils/nctop/Makefile
index d793f6f89d9f..273c6dafbb32 100644
--- a/sysutils/nctop/Makefile
+++ b/sysutils/nctop/Makefile
@@ -6,27 +6,21 @@
#
PORTNAME= nctop
-PORTVERSION= 0.23.1
+PORTVERSION= 0.23.2
CATEGORIES= sysutils
-MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/
+MASTER_SITES= http://www.rz.uni-karlsruhe.de/~hj28/download.php?file=/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A remote system monitor
+COMMENT= A remote system monitor for unix hosts
USE_AUTOTOOLS= autoconf:259:env
USE_BZIP2= YES
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} \
+CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-libwrap \
--with-setgid=kmem
MAN1= nctopd.1 nctop.1
-pre-configure:
- ${CP} ${AUTOCONF_DIR}/install-sh ${WRKSRC}
- ${CP} ${AUTOCONF_DIR}/config.sub ${WRKSRC}
- ${CP} ${AUTOCONF_DIR}/config.guess ${WRKSRC}
- cd ${WRKSRC} && ${AUTOCONF}
-
.include <bsd.port.mk>