freebsd-ports/sysutils/xcpustate/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
613 B
Makefile

# 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.9
PORTREVISION= 1
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.mk>