forked from Lainports/freebsd-ports
- Update maintainer address [1] - Update to new header Changes: * output times in more convenient (decimal) format * cleanup PR: ports/172138 [1] Submitted by: trociny [1]
19 lines
418 B
Makefile
19 lines
418 B
Makefile
# Created By: Mikolaj Golub <to.my.trociny@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= devstat
|
|
PORTVERSION= 0.3.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= Utility to display device statistics
|
|
|
|
PLIST_FILES= bin/devstat
|
|
MAN8= devstat.8
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/devstat ${PREFIX}/bin/
|
|
${INSTALL_MAN} ${WRKSRC}/devstat.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|