2016-07-12 13:36:46 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2016/07/12 11:36:47 mef Exp $
|
2014-10-13 14:51:08 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2016-03-23 14:37:20 +01:00
|
|
|
.include "../../math/gsl/buildlink3.mk"
|
2014-10-13 14:51:08 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|