1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/sysutils/pcpustat/Makefile
Sunpoet Po-Chuan Hsieh 2e00ae46f1 - Use USES=tar:bzip2
- Cosmetic change
- Update WWW
2014-03-14 13:42:34 +00:00

24 lines
477 B
Makefile

# Created by: sterling
# $FreeBSD$
PORTNAME= pcpustat
PORTVERSION= 1.6
CATEGORIES= sysutils
MASTER_SITES= http://chipstips.com/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Per-CPU usage statistics
LICENSE= OWL
USES= tar:bzip2
PLIST_FILES= bin/pcpustat \
man/man1/pcpustat.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/
.include <bsd.port.mk>