summaryrefslogtreecommitdiff
path: root/ham/gnuradio-noaa/Makefile
blob: a93670f2e356a529c58895320c6f461a9ce0d27f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.5 2017/01/01 16:06:22 adam Exp $

PKGNAME=	gnuradio-noaa-${VERSION}
PKGREVISION=	2
COMMENT=	NOAA, Weather Satellite Reception 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_NOAA=ON

.include	"../../mk/bsd.pkg.mk"