summaryrefslogblamecommitdiff
path: root/sysutils/xcpustate/Makefile
blob: ba5b36e6e91b603801fc23b6b6579e97490cf9cc (plain) (tree)
1
2
3
4
5
6
7
8
9
         
                                           

                                                                       
 
           

 
                         
                   
                        
                                                              
                                       
                                 
                     
 
                                 
                                                                                
 
                      




                           

                           






                                  
# ex:ts=8
# Ports collection makefile for:  xcpustate
# Date created:			  31-Dec-1995
# Whom:				  David O'Brien <obrien@cs.ucdavis.edu>
#
# $FreeBSD$
#

PORTNAME=	xcpustate
PORTVERSION=	2.5
CATEGORIES=	sysutils
MASTER_SITES=	ftp://ftp.cs.toronto.edu/pub/jdd/xcpustate/  \
		${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	utilities
EXTRACT_SUFX=	.shar

MAINTAINER=	ports@FreeBSD.org
COMMENT=	System monitoring utility graphicaly showing cpu load and status

EXTRACT_CMD=	${CAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS=	|sh
USE_IMAKE=	yes
NO_WRKSUBDIR=	yes

MAN1=		xcpustate.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=		"Does not compile"
.endif

.include <bsd.port.post.mk>