2014-10-07 08:05:21 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2014/10/07 06:05:21 makoto Exp $
|
2014-08-31 16:20:09 +02:00
|
|
|
|
|
|
|
META_PACKAGE= yes
|
|
|
|
|
2014-09-18 02:22:32 +02:00
|
|
|
.include "../../wip/gnuradio-core/Makefile.version"
|
2014-08-31 16:20:09 +02:00
|
|
|
|
|
|
|
DISTNAME= gnuradio-${VERSION}
|
|
|
|
CATEGORIES= meta-pkgs ham
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
2014-09-18 02:22:32 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2014-08-31 16:20:09 +02:00
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/gnuradio/
|
2014-10-05 14:47:43 +02:00
|
|
|
COMMENT= Collection of GNU Radio (meta package, easy to install whole thing)
|
2014-09-18 02:22:32 +02:00
|
|
|
|
2014-10-07 08:05:21 +02:00
|
|
|
# 21 package for now ( -default is NOT included )
|
2014-09-18 02:22:32 +02:00
|
|
|
DEPENDS+= gnuradio-atsc-[0-9]*:../../wip/gnuradio-atsc
|
|
|
|
DEPENDS+= gnuradio-channels-[0-9]*:../../wip/gnuradio-channels
|
|
|
|
DEPENDS+= gnuradio-companion-[0-9]*:../../wip/gnuradio-companion
|
|
|
|
DEPENDS+= gnuradio-core-[0-9]*:../../wip/gnuradio-core
|
|
|
|
DEPENDS+= gnuradio-ctrlport-[0-9]*:../../wip/gnuradio-ctrlport
|
|
|
|
|
|
|
|
DEPENDS+= gnuradio-digital-[0-9]*:../../wip/gnuradio-digital
|
|
|
|
DEPENDS+= gnuradio-doxygen-[0-9]*:../../wip/gnuradio-doxygen
|
|
|
|
DEPENDS+= gnuradio-dtv-[0-9]*:../../wip/gnuradio-dtv
|
|
|
|
DEPENDS+= gnuradio-fcd-[0-9]*:../../wip/gnuradio-fcd
|
|
|
|
DEPENDS+= gnuradio-fec-[0-9]*:../../wip/gnuradio-fec
|
|
|
|
|
|
|
|
DEPENDS+= gnuradio-noaa-[0-9]*:../../wip/gnuradio-noaa
|
|
|
|
DEPENDS+= gnuradio-pager-[0-9]*:../../wip/gnuradio-pager
|
|
|
|
DEPENDS+= gnuradio-qtgui-[0-9]*:../../wip/gnuradio-qtgui
|
|
|
|
DEPENDS+= gnuradio-trellis-[0-9]*:../../wip/gnuradio-trellis
|
|
|
|
DEPENDS+= gnuradio-uhd-[0-9]*:../../wip/gnuradio-uhd
|
|
|
|
|
|
|
|
DEPENDS+= gnuradio-utils-[0-9]*:../../wip/gnuradio-utils
|
|
|
|
DEPENDS+= gnuradio-video-sdl-[0-9]*:../../wip/gnuradio-video-sdl
|
|
|
|
DEPENDS+= gnuradio-vocoder-[0-9]*:../../wip/gnuradio-vocoder
|
|
|
|
DEPENDS+= gnuradio-wavelet-[0-9]*:../../wip/gnuradio-wavelet
|
2014-10-07 08:05:21 +02:00
|
|
|
DEPENDS+= gnuradio-wxgui-[0-9]*:../../wip/gnuradio-wxgui
|
|
|
|
|
|
|
|
DEPENDS+= gnuradio-zeromq-[0-9]*:../../wip/gnuradio-zeromq
|
2014-08-31 16:20:09 +02:00
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|