openbsd-ports/benchmarks/bonnie++/Makefile
naddy e558a83e31 Import bonnie++ 1.03a.
Submitted by Martin Reindl <mreindl@catai.org>.

Bonnie++ is a benchmark suite that is aimed at performing a number of
simple tests of hard drive and file system performance.
2003-07-25 22:23:14 +00:00

33 lines
728 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/07/25 22:23:14 naddy Exp $
COMMENT= "enhanced performance test of filesystem I/O"
DISTNAME= bonnie++-1.03a
CATEGORIES= benchmarks
HOMEPAGE= http://www.coker.com.au/bonnie++/
MASTER_SITES= ${HOMEPAGE} \
ftp://gd.tuwien.ac.at/opsys/linux/sf/b/bonnie/
EXTRACT_SUFX= .tgz
MAINTAINER= Martin Reindl <mreindl@catai.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
USE_GMAKE= Yes
MAKE_FLAGS= CXX="${CXX} ${CXXFLAGS}"
CONFIGURE_STYLE=gnu dest
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bonnie++
${INSTALL_DATA} ${WRKSRC}/readme.html \
${PREFIX}/share/doc/bonnie++
.include <bsd.port.mk>