freebsd-ports/sysutils/xcpustate/Makefile

29 lines
597 B
Makefile
Raw Normal View History

# ex:ts=8
2000-02-13 04:25:05 +01:00
# Ports collection makefile for: xcpustate
# Date created: 31-Dec-1995
# Whom: David O'Brien <obrien@cs.ucdavis.edu>
#
1999-08-31 04:00:46 +02:00
# $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
2002-06-08 19:33:41 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= System monitoring utility graphicaly showing cpu load and status
2000-03-20 22:06:48 +01:00
EXTRACT_CMD= ${CAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
USE_IMAKE= yes
NO_WRKSUBDIR= yes
MAN1= xcpustate.1
.include <bsd.port.mk>