aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/dbench/Makefile
blob: ca7e807026e70256b606b44cc482371e2ecebf08 (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
# New ports collection makefile for:    dbench
# Date created:     18 Febrary 2002
# Whom:         Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
#
# $FreeBSD$
#

PORTNAME=   dbench
PORTVERSION=    3.04
PORTREVISION=   2
CATEGORIES= benchmarks
MASTER_SITES=   http://samba.org/ftp/tridge/dbench/

MAINTAINER= jmelo@FreeBSD.org
COMMENT=    A simulation of the Ziff-Davis netbench benchmark

GNU_CONFIGURE=  yes

MAN1=   dbench.1
MLINKS= dbench.1 tbench.1 dbench.1 tbench_srv.1

post-patch:
    @${REINPLACE_CMD} -e 's,$$(mandir),$$(mandir)/man1,' \
        ${WRKSRC}/Makefile.in

.include <bsd.port.mk>