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

Annotation of pkgsrc/devel/libthrift/Makefile, Revision 1.88

1.88    ! adam        1: # $NetBSD: Makefile,v 1.87 2021/05/24 19:50:01 wiz Exp $
1.76      adam        2:
                      3: .include "../../devel/thrift/Makefile.common"
1.1       tonnerre    4:
1.64      wiz         5: PKGNAME=       lib${DISTNAME}
1.76      adam        6: COMMENT=       C++ bindings for the Apache Thrift RPC system
1.1       tonnerre    7:
1.76      adam        8: DEPENDS+=      thrift-[0-9]*:../../devel/thrift
                      9: BUILD_DIRS=    lib/cpp
1.1       tonnerre   10:
1.83      rillig     11: TOOLS_BROKEN+= perl
                     12:
1.76      adam       13: CONFIGURE_ENV+=                THRIFT=${PREFIX}/bin/thrift
1.81      rillig     14: CONFIGURE_ENV+=                ac_cv_prog_PERL= # none, not needed
1.76      adam       15: PKGCONFIG_OVERRIDE=    lib/cpp/thrift-nb.pc.in
                     16: PKGCONFIG_OVERRIDE+=   lib/cpp/thrift-z.pc.in
                     17: PKGCONFIG_OVERRIDE+=   lib/cpp/thrift.pc.in
1.1       tonnerre   18:
1.76      adam       19: .include "../../devel/boost-headers/buildlink3.mk"
1.77      taca       20: .include "../../devel/boost-libs/buildlink3.mk"
1.76      adam       21: .include "../../devel/libevent/buildlink3.mk"
                     22: .include "../../devel/zlib/buildlink3.mk"
1.12      cheusov    23: .include "../../security/openssl/buildlink3.mk"
1.1       tonnerre   24: .include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>