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

File: [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-digital / Makefile (download)

Revision 1.43, Tue Jan 3 17:37:35 2023 UTC (4 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.42: +2 -2 lines

*: recursive bump for tiff shlib major bump

# $NetBSD: Makefile,v 1.43 2023/01/03 17:37:35 wiz Exp $

PKGNAME=	gnuradio-digital-${VERSION}
PKGREVISION=	2
COMMENT=	Digital related algorithms for GNU Radio

.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
# link to libgnuradio-fft.so.${PKGVERSON_NOREV}
.include "../../ham/gnuradio-core/buildlink3.mk"

CMAKE_ARGS+=	-DENABLE_DEFAULT=OFF
CMAKE_ARGS+=	-DENABLE_GR_DIGITAL=ON
CMAKE_ARGS+=	-DENABLE_GRC=ON

PLIST_MINUS+=	companion

.include "../../mk/bsd.pkg.mk"