[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-atsc

File: [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-atsc / Attic / Makefile (download)

Revision 1.17, Mon Jul 1 04:08:23 2019 UTC (4 years, 5 months ago) by ryoon
Branch: MAIN
Changes since 1.16: +2 -1 lines

Recursive revbump from boost-1.70.0

# $NetBSD: Makefile,v 1.17 2019/07/01 04:08:23 ryoon Exp $

PKGNAME=	gnuradio-atsc-${VERSION}
PKGREVISION=	1
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"