aboutsummaryrefslogblamecommitdiff
path: root/benchmarks/blogbench/Makefile
blob: a75e9e19e4ced6a90a83df89248a19459d77fc2b (plain) (tree)
1
2
3
4
5
6
7
8
9
                                  
           

                         
                   
                          

                                                                    
 
                               








                                                  
                   






                                                        
# Created by: janos.mohacsi@bsd.hu
# $FreeBSD$

PORTNAME=	blogbench
PORTVERSION=	1.1
CATEGORIES=	benchmarks
MASTER_SITES=	http://download.pureftpd.org/pub/blogbench/ \
		ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/blogbench/

MAINTAINER=	jmohacsi@bsd.hu
COMMENT=	Performance Test of Filesystem I/O

GNU_CONFIGURE=	yes
USE_BZIP2=	yes

MAN8=		blogbench.8
PLIST_FILES=	bin/blogbench
PORTDOCS=	README

NO_STAGE=	yes
post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>