---------------------------------- ChangeLog is available at http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_10
17 lines
490 B
Makefile
17 lines
490 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/07/12 11:36:47 mef Exp $
|
|
|
|
PKGNAME= gnuradio-dtv-${VERSION}
|
|
COMMENT= Various digital television standards of GNU Radio
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=False
|
|
CMAKE_ARGS+= -DENABLE_GR_DTV=True
|
|
CMAKE_ARGS+= -DENABLE_GR_FEC=True
|
|
|
|
PLIST_MINUS+= fec
|
|
.include "../../ham/gnuradio-fec/buildlink3.mk"
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|