aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/blogbench/Makefile
blob: 8b59e9c8ffdba5b7f8219d3b3afb318b28ded6af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    blogbench
# Date created:         Feb 14, 2005
# Whom:             janos.mohacsi@bsd.hu
#
# $FreeBSD$
#

PORTNAME=   blogbench
PORTVERSION=    1.0
CATEGORIES= benchmarks
MASTER_SITES=   ftp://ftp.blogbench.pureftpd.org/blogbench/

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

GNU_CONFIGURE=  yes
USE_BZIP2=  yes

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

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

.include <bsd.port.mk>