blob: c233a2c7c14256faa990182428a82e54dba2ba33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.28 2021/04/29 23:30:14 thor Exp $
PKGNAME= gnuradio-fec-${VERSION}
PKGREVISION= 3
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"
|