freebsd-ports/sysutils/phybs/Makefile
Dag-Erling Smørgrav 3370c7411f The phybs utility attempts to measure disk performance for various I/O
block sizes and alignments.  It can be used to deduce the physical block
size of a hard disk drive or the stripe size of an array.
2015-11-16 16:39:13 +00:00

18 lines
269 B
Makefile

# $FreeBSD$
PORTNAME= phybs
PORTVERSION= 20140717
CATEGORIES= sysutils
MASTER_SITES= LOCAL/des
MAINTAINER= des@FreeBSD.org
COMMENT= Disk benchmarking utility
LICENSE= BSD2CLAUSE
PLIST_FILES= bin/phybs man/man1/phybs.1.gz
GNU_CONFIGURE= yes
.include <bsd.port.mk>