mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
18 lines
505 B
Makefile
18 lines
505 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/07/12 11:36:46 mef Exp $
|
|
|
|
PKGNAME= gnuradio-atsc-${VERSION}
|
|
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"
|