Files
bsdports/bench/bonnie++/Makefile
2019-12-26 07:26:06 +00:00

25 lines
541 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD: head/benchmarks/bonnie++/Makefile 451953 2017-10-13 08:09:19Z bapt $
PORTNAME= bonnie++
PORTVERSION= 1.97.3
CATEGORIES= benchmarks
MASTER_SITES= https://www.coker.com.au/bonnie++/
MAINTAINER= martymac@FreeBSD.org
COMMENT= Performance Test of Filesystem I/O
GNU_CONFIGURE= yes
USES= shebangfix tar:tgz
SHEBANG_FILES= bon_csv2txt.in
PORTDOCS= readme.html
post-patch:
${REINPLACE_CMD} \
's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
.include <bsd.port.mk>
#EOF