8ed9453827
--directio or -o (if enabled uses O_DIRECT in open(2)). Useful to test performance of Direct I/O implementation on NetBSD. Bump PKGREVISION.
17 lines
418 B
Makefile
17 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/10/15 12:53:04 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= blogbench-1.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= ftp://ftp.blogbench.pureftpd.org/blogbench/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://blogbench.pureftpd.org/
|
|
COMMENT= Portable filesystem benchmark
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|