blob: 1458e67029444ecb386aef87bc2e816b6c5aa8e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2017/01/01 16:06:20 adam Exp $
PKGNAME= gnuradio-atsc-${VERSION}
PKGREVISION= 2
COMMENT= Advanced Television Systems Committee, ATSC module of GNU Radio
.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
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|