2016-07-12 13:36:46 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2016/07/12 11:36:47 mef 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"
|
|
|
|
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=False
|
|
|
|
CMAKE_ARGS+= -DENABLE_GR_DTV=True
|
2015-01-16 13:56:40 +01:00
|
|
|
CMAKE_ARGS+= -DENABLE_GR_FEC=True
|
2014-10-13 14:51:08 +02:00
|
|
|
|
2015-01-16 13:56:40 +01:00
|
|
|
PLIST_MINUS+= fec
|
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"
|