aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pcpustat/Makefile
blob: df2a24386a0a928ba16ed211406f811004395ebf (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
26
27
# New ports collection makefile for:   pcpustat
# Date created:        13 July 2010
# Whom:                sterling
#
# $FreeBSD$
#

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>