369e555014
---------------------------------- ChangeLog is available at http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_10
13 lines
403 B
Makefile
13 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/07/12 11:36:47 mef Exp $
|
|
|
|
PKGNAME= gnuradio-fec-${VERSION}
|
|
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
|
|
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|