[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / benchmarks / dnsperf

Annotation of pkgsrc/benchmarks/dnsperf/Makefile, Revision 1.16

1.16    ! adam        1: # $NetBSD: Makefile,v 1.15 2020/05/22 15:53:05 rillig Exp $
1.1       tron        2:
1.11      maya        3: DISTNAME=      dnsperf-2.3.2
1.16    ! adam        4: PKGREVISION=   4
1.1       tron        5: CATEGORIES=    benchmarks net
1.11      maya        6: MASTER_SITES=  https://www.dns-oarc.net/files/dnsperf/
1.1       tron        7:
1.5       tron        8: MAINTAINER=    pkgsrc-users@NetBSD.org
1.11      maya        9: HOMEPAGE=      https://www.dns-oarc.net/tools/dnsperf
1.1       tron       10: COMMENT=       DNS server performance measurement tools
                     11: LICENSE=       mit
                     12:
                     13: GNU_CONFIGURE= yes
1.11      maya       14: USE_TOOLS+=    sh:run pkg-config
1.1       tron       15:
                     16: # This package needs "isc" include files and "isc-config.sh" to build.
                     17: # The built-in check only considers "libbind".
                     18: USE_BUILTIN.bind=      no
                     19:
1.15      rillig     20: REPLACE_SH+=   src/resperf-report
                     21:
1.8       jperkin    22: .include "../../archivers/xz/buildlink3.mk"
                     23: .include "../../converters/libiconv/buildlink3.mk"
                     24: .include "../../devel/zlib/buildlink3.mk"
                     25: .include "../../net/GeoIP/buildlink3.mk"
1.10      maya       26: .include "../../net/bind914/buildlink3.mk"
1.2       jperkin    27: .include "../../security/openssl/buildlink3.mk"
1.8       jperkin    28: .include "../../textproc/json-c/buildlink3.mk"
                     29: .include "../../textproc/libxml2/buildlink3.mk"
1.1       tron       30: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>