1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/dns/dnsperf/Makefile
2008-07-28 03:49:30 +00:00

28 lines
773 B
Makefile

# New ports collection makefile for: dnsperf
# Date created: 1 November 2006
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= dnsperf
PORTVERSION= 1.0.1.0
CATEGORIES= dns benchmarks net
MASTER_SITES= ftp://ftp.nominum.com/pub/nominum/${PORTNAME}/${PORTVERSION}/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}-1
MAINTAINER= edwin@mavetju.org
COMMENT= DNSPerf and ResPerf deliver accurate performance metrics of Domain Name Services
BUILD_DEPENDS= isc-config.sh:${PORTSDIR}/dns/bind9
HAS_CONFIGURE= yes
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
INSTALL_DATA="${INSTALL_DATA}"
PLIST_FILES= bin/dnsperf bin/resperf bin/resperf-report
MAN1= dnsperf.1 resperf.1
.include <bsd.port.mk>