3370c7411f
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.
18 lines
269 B
Makefile
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>
|