summaryrefslogtreecommitdiff
path: root/benchmarks/dbench/Makefile
blob: bd9d3d5ad7a5b38514bc2fb2137582f810b40ba8 (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
PORTNAME=	dbench
PORTVERSION=	4.0
PORTREVISION=	3
CATEGORIES=	benchmarks
MASTER_SITES=	SAMBA/tridge/dbench

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simulation of the Ziff-Davis netbench benchmark
WWW=		https://dbench.samba.org/

LICENSE=	GPLv3

LIB_DEPENDS=	libpopt.so:devel/popt

CFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib
USES=		autoreconf
GNU_CONFIGURE=	yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS+=--datadir=${DATADIR}

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

.include <bsd.port.mk>