2022-01-16 19:06:25 +01:00
|
|
|
# $NetBSD: Makefile,v 1.37 2022/01/16 18:06:26 tnn Exp $
|
2014-10-13 14:51:08 +02:00
|
|
|
|
|
|
|
PKGNAME= gnuradio-dtv-${VERSION}
|
|
|
|
COMMENT= Various digital television standards of GNU Radio
|
|
|
|
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
|
2020-08-30 22:59:52 +02:00
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
|
|
CMAKE_ARGS+= -DENABLE_GR_DTV=ON
|
|
|
|
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
|
|
|
|
CMAKE_ARGS+= -DENABLE_GRC=ON
|
|
|
|
|
|
|
|
PLIST_MINUS+= fec companion
|
2014-10-13 14:51:08 +02:00
|
|
|
|
|
|
|
.include "../../ham/gnuradio-fec/buildlink3.mk"
|
2016-03-25 15:21:03 +01:00
|
|
|
.include "../../math/gsl/buildlink3.mk"
|
2014-10-13 14:51:08 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|