[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-zeromq

Annotation of pkgsrc/ham/gnuradio-zeromq/Makefile, Revision 1.42

1.42    ! wiz         1: # $NetBSD: Makefile,v 1.41 2022/08/11 05:08:50 gutteridge Exp $
1.1       mef         2:
                      3: PKGNAME=       gnuradio-zeromq-${VERSION}
1.42    ! wiz         4: PKGREVISION=   2
1.1       mef         5: COMMENT=       All of the zeromq blocks, utilities, and examples
                      6:
                      7: #  zmq.hpp: No such file or directory
                      8: # https://github.com/zeromq/cppzmq.git
                      9:
                     10: #GIT_REPOSITORIES=     master
                     11: #GIT_REPO.master=      https://github.com/zeromq/cppzmq.git
                     12: #GIT_MODULE.master=    cppzmq
                     13: # for work around, the file is copied to files directory
                     14:
                     15: .include       "../../ham/gnuradio-core/Makefile.common"
                     16: .include       "../../ham/gnuradio-core/Nocore.mk"
                     17:
1.23      tnn        18: CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
                     19: CMAKE_ARGS+=   -DENABLE_GR_ZEROMQ=ON
1.1       mef        20: CMAKE_ARGS+=   -DZEROMQ_INCLUDE_DIRS=${PREFIX}/include
1.23      tnn        21: CMAKE_ARGS+=   -DENABLE_GRC=ON
                     22:
                     23: PLIST_MINUS+=  companion
1.1       mef        24:
                     25: post-patch:
                     26:        ${CP}   ${PKGDIR}/files/zmq.hpp ${WRKSRC}/gr-zeromq/include/
                     27:
                     28: .include       "../../net/zeromq/buildlink3.mk"
                     29: .include       "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>