# New ports collection makefile for:   pcpustat
# Date created:        13 July 2010
# Whom:                sterling
#
# $FreeBSD: ports/sysutils/pcpustat/Makefile,v 1.5 2010/10/30 21:20:56 sunpoet Exp $
#

PORTNAME=	pcpustat
PORTVERSION=	1.4
CATEGORIES=	sysutils
MASTER_SITES=	http://chipstips.com/download/

MAINTAINER=	sterling@camdensoftware.com
COMMENT=	Per-CPU usage statistics

MAN1=		pcpustat.1

USE_BZIP2=	yes
PLIST_FILES=	bin/pcpustat

LICENSE=	OWL

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
