blob: e4ea9517bff55bccaf68e743f3c980ece22c5b13 (
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.6
CATEGORIES= sysutils
MASTER_SITES= http://chipstips.com/download/
MAINTAINER= sterling@camdensoftware.com
COMMENT= Per-CPU usage statistics
LICENSE= OWL
MAN1= pcpustat.1
USE_BZIP2= yes
PLIST_FILES= bin/pcpustat
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
|