mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
e93d85f4d6
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE} Approved by: bapt (mentor)
36 lines
772 B
Makefile
36 lines
772 B
Makefile
# New ports collection makefile for: dbench
|
|
# Date created: 18 Febrary 2002
|
|
# Whom: Andrew Shevtsov <nyxo@dnuc.polyn.kiae.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= dbench
|
|
PORTVERSION= 4.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= SAMBA
|
|
MASTER_SITE_SUBDIR= ../../ftp/tridge/dbench
|
|
|
|
MAINTAINER= jlaffaye@FreeBSD.org
|
|
COMMENT= A simulation of the Ziff-Davis netbench benchmark
|
|
|
|
LIB_DEPENDS= popt:${PORTSDIR}/devel/popt
|
|
|
|
LICENSE= GPLv3
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
USE_AUTOTOOLS= autoconf
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS+=--datadir=${DATADIR}
|
|
|
|
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>
|