freebsd-ports/benchmarks/bonnie++/Makefile
Mark Linimon 32b8b154e0 Mark broken for gcc 3.3. The author seems to be tracking gcc updates
(the port works on 3.2) so perhaps this will be short-term.

PR:		ports/56422
2003-10-15 23:51:46 +00:00

38 lines
910 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.93.03 # a=01, b=02, c=03, ..., z=26, etc...
CATEGORIES= benchmarks
MASTER_SITES= http://www.coker.com.au/bonnie++/experimental/
DISTNAME= ${PORTNAME}-1.93c
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Performance Test of Filesystem I/O
USE_REINPLACE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 501103
BROKEN= "Does not build with gcc 3.3; author is aware of the problem"
.endif
MAN1= bon_csv2html.1 bon_csv2txt.1 generate_randfile.1
MAN8= bonnie++.8 getc_putc.8 zcav.8
pre-patch:
@${REINPLACE_CMD} -e \
's|/usr/share/|${PREFIX}/share/|g' ${WRKSRC}/bonnie++.8
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/readme.html ${DOCSDIR}
.include <bsd.port.post.mk>