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

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

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

*: recursive bump for tiff shlib major bump

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

PKGNAME=	gnuradio-fec-${VERSION}
PKGREVISION=	2
COMMENT=	Forward Error Correction blocks, utilities, & examples of GNU Radio

.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"

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

PLIST_MINUS+=	companion

.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"