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

Annotation of pkgsrc/ham/gnuradio-wavelet/Makefile, Revision 1.31

1.31    ! adam        1: # $NetBSD: Makefile,v 1.30 2021/09/29 19:00:50 adam Exp $
1.1       mef         2:
                      3: PKGNAME=       gnuradio-wavelet-${VERSION}
1.31    ! adam        4: PKGREVISION=   3
1.1       mef         5: COMMENT=       Wavelet transform of GNU Radio
                      6:
                      7: .include       "../../ham/gnuradio-core/Makefile.common"
                      8: .include       "../../ham/gnuradio-core/Nocore.mk"
                      9:
1.20      tnn        10: CMAKE_ARGS+=   -DENABLE_DEFAULT=OFF
                     11: CMAKE_ARGS+=   -DENABLE_GR_WAVELET=ON
1.1       mef        12:
                     13: .include       "../../math/gsl/buildlink3.mk"
                     14: .include       "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>