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

Annotation of pkgsrc/ham/gnuradio-trellis/Makefile, Revision 1.55

1.55    ! adam        1: # $NetBSD: Makefile,v 1.54 2022/03/28 10:56:17 tnn Exp $
1.1       wulf        2:
                      3: PKGNAME=       gnuradio-trellis-${VERSION}
1.55    ! adam        4: PKGREVISION=   2
1.1       wulf        5: COMMENT=       Trellis-based encoding and decoding algorithms for GNU Radio
                      6:
1.18      mef         7: .include       "../../ham/gnuradio-core/Makefile.common"
                      8: .include       "../../ham/gnuradio-core/Nocore.mk"
1.1       wulf        9:
1.39      tnn        10: CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
                     11: CMAKE_ARGS+=   -DENABLE_GR_TRELLIS=ON
                     12: CMAKE_ARGS+=   -DENABLE_GR_DIGITAL=ON
                     13: CMAKE_ARGS+=   -DENABLE_GRC=ON
1.1       wulf       14:
1.18      mef        15: DEPENDS+=      gnuradio-digital-[0-9]*:../../ham/gnuradio-digital
1.19      mef        16: DEPENDS+=      xmlto-[0-9]*:../../textproc/xmlto
                     17:
1.39      tnn        18: PLIST_MINUS+=  companion digital
1.1       wulf       19:
1.18      mef        20: .include       "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>