openbsd-ports/net/queryperf/Makefile

32 lines
751 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:35:55 espie Exp $
COMMENT = DNS query performance tester from BIND 9
V = 9.9.1-P1
DISTNAME = bind-$V
PKGNAME = queryperf-${V:S/-P/pl/}
2009-05-25 16:23:25 -04:00
CATEGORIES = net benchmarks
MASTER_SITES += ${MASTER_SITE_ISC:=bind9/$V/}
HOMEPAGE = http://www.isc.org/products/BIND/
# ISC
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m
WRKSRC = ${WRKDIST}/contrib/queryperf
CONFIGURE_STYLE = gnu
ALL_TARGET = queryperf
2013-03-11 07:35:43 -04:00
NO_TEST = Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/queryperf ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/queryperf
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/queryperf
${INSTALL_DATA} ${WRKSRC}/utils/gen-data-queryperf.py \
${PREFIX}/share/doc/queryperf
.include <bsd.port.mk>