summaryrefslogtreecommitdiff
path: root/sysutils/htop/Makefile
blob: 6ce9fd722d010754931ba00f82321ed03aeac56a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	htop
# Date created:		27 August 2007
# Whom:			Tony Shadwick <tshadwick@oss-solutions.com>
#
# $FreeBSD$
#

PORTNAME=	htop
PORTVERSION=	0.6.6
CATEGORIES=	sysutils
MASTER_SITES=	SF

MAINTAINER=	tshadwick@oss-solutions.com
COMMENT=	A better top(1) - interactive process viewer

ONLY_FOR_ARCHS=	i386

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-proc=/compat/linux/proc
MAN1=	htop.1

pre-configure:
	@[ -f /compat/linux/proc/stat ] || { ${CAT} ${PKGMESSAGE}; ${FALSE}; }

.include <bsd.port.mk>