mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
76c3198bae
PR: 138132 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
36 lines
750 B
Makefile
36 lines
750 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: bonnie++
|
|
# Date created: Mar 24, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bonnie++
|
|
PORTVERSION= 1.96
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ganael.laplanche@martymac.com
|
|
COMMENT= Performance Test of Filesystem I/O
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= bon_csv2html.1 bon_csv2txt.1 generate_randfile.1
|
|
MAN8= bonnie++.8 getc_putc.8 zcav.8
|
|
|
|
PORTDOCS= readme.html
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_MAN} ${WRKSRC}/readme.html ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|