mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
31 lines
601 B
Makefile
31 lines
601 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
PORTNAME= bonnie++
|
|
PORTVERSION= 1.98
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= https://www.coker.com.au/bonnie++/
|
|
|
|
MAINTAINER= martymac@FreeBSD.org
|
|
COMMENT= Performance Test of Filesystem I/O
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= shebangfix tar:tgz
|
|
|
|
GNU_CONFIGURE= yes
|
|
SHEBANG_FILES= bon_csv2txt.in
|
|
|
|
PORTDOCS= readme.html
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} \
|
|
's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/readme.html ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|