freebsd-ports/sysutils/pcpustat/Makefile
Sunpoet Po-Chuan Hsieh 94ee6fec3b - Update to 1.4
Changes:
- Add -d (--delimiter) option

PR:		ports/151838
Submitted by:	Sterling Camden <sterling@camdensoftware.com> (maintainer)
Approved by:	pgollucci (mentor, implicit)
2010-10-30 21:20:56 +00:00

27 lines
549 B
Makefile

# 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>