2006-10-31 21:16:17 +00:00
|
|
|
# New ports collection makefile for: dnsperf
|
|
|
|
# Date created: 1 November 2006
|
|
|
|
# Whom: Edwin Groothuis (edwin@mavetju.org)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dnsperf
|
2008-07-28 03:49:30 +00:00
|
|
|
PORTVERSION= 1.0.1.0
|
2010-12-01 01:14:03 +00:00
|
|
|
PORTREVISION= 2
|
2006-10-31 21:16:17 +00:00
|
|
|
CATEGORIES= dns benchmarks net
|
|
|
|
MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/
|
2008-07-28 03:49:30 +00:00
|
|
|
DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1
|
2006-10-31 21:16:17 +00:00
|
|
|
|
|
|
|
MAINTAINER= edwin@mavetju.org
|
|
|
|
COMMENT= DNSPerf and ResPerf deliver accurate performance metrics of Domain Name Services
|
|
|
|
|
2010-12-01 01:14:03 +00:00
|
|
|
BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind97
|
2006-10-31 21:16:17 +00:00
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
2009-06-07 04:58:45 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2006-10-31 21:16:17 +00:00
|
|
|
|
2008-03-22 21:35:52 +00:00
|
|
|
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
|
|
|
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
|
|
|
INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
PLIST_FILES= bin/dnsperf bin/resperf bin/resperf-report
|
2006-10-31 21:16:17 +00:00
|
|
|
MAN1= dnsperf.1 resperf.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|