2016-03-25 15:21:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 2016/03/25 14:21:03 mef Exp $
|
2014-10-13 14:51:08 +02:00
|
|
|
|
|
|
|
PKGNAME= gnuradio-atsc-${VERSION}
|
2016-03-25 15:21:03 +01:00
|
|
|
PKGREVISION= 1
|
2015-09-01 06:14:54 +02:00
|
|
|
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
|
2014-10-13 14:51:08 +02:00
|
|
|
|
|
|
|
.include "../../ham/gnuradio-core/Makefile.common"
|
|
|
|
.include "../../ham/gnuradio-core/Nocore.mk"
|
|
|
|
|
|
|
|
CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
|
|
|
|
CMAKE_ARGS+= -DENABLE_GR_ATSC=ON
|
|
|
|
CMAKE_ARGS+= -DENABLE_GR_FEC=ON
|
|
|
|
|
|
|
|
DEPENDS+= gnuradio-fec-[0-9]*:../../ham/gnuradio-fec
|
|
|
|
|
|
|
|
PLIST_MINUS+= fec
|
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"
|