mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
25 lines
541 B
Makefile
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
|