File:  [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-atsc / Attic / Makefile
Revision 1.14: download - view: text, annotated - select for diffs
Thu Aug 16 18:54:54 2018 UTC (6 years, 2 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3, HEAD
revbump after boost-libs update

# $NetBSD: Makefile,v 1.14 2018/08/16 18:54:54 adam 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"

CVSweb <webmaster@jp.NetBSD.org>