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

PORTNAME=   dbench
PORTVERSION=    3.03
CATEGORIES= benchmarks
MASTER_SITES=   http://samba.org/ftp/tridge/dbench/

MAINTAINER= jmelo@freebsdbrasil.com.br
COMMENT=    A simulation of the Ziff-Davis netbench benchmark

GNU_CONFIGURE=  yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
IGNORE= Doesn't build on FreeBSD < 5.x
.endif

.if ${ARCH} == amd64
IGNORE= Doesn't build on arch amd64
.endif

.include <bsd.port.post.mk>