2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: Makefile,v 1.5 2006/02/05 23:10:05 joerg Exp $
|
2005-10-08 00:50:50 +02:00
|
|
|
|
2005-12-11 12:55:19 +01:00
|
|
|
DISTNAME= gnuradio-2.6
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 2
|
2005-10-08 00:50:50 +02:00
|
|
|
CATEGORIES= meta-pkgs ham gnuradio
|
|
|
|
MASTER_SITES= # empty
|
|
|
|
DISTFILES= # empty
|
|
|
|
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/gnuradio/
|
|
|
|
COMMENT= "meta-package" for GNU Radio
|
|
|
|
|
2005-12-11 12:55:19 +01:00
|
|
|
DEPENDS+= gnuradio-core-2.6{,nb[0-9]*}:../../ham/gnuradio-core
|
|
|
|
DEPENDS+= gnuradio-audio-oss-0.7{,nb[0-9]*}:../../ham/gnuradio-audio-oss
|
|
|
|
DEPENDS+= gnuradio-gsm-0.2{,nb[0-9]*}:../../ham/gnuradio-gsm
|
|
|
|
DEPENDS+= usrp-0.9{,nb[0-9]*}:../../ham/usrp
|
|
|
|
DEPENDS+= gnuradio-usrp-0.6{,nb[0-9]*}:../../ham/gnuradio-usrp
|
|
|
|
DEPENDS+= gnuradio-wxgui-0.4{,nb[0-9]*}:../../ham/gnuradio-wxgui
|
|
|
|
DEPENDS+= gnuradio-examples-0.5{,nb[0-9]*}:../../ham/gnuradio-examples
|
|
|
|
DEPENDS+= gnuradio-howto-0.4{,nb[0-9]*}:../../ham/gnuradio-howto
|
2005-10-08 00:50:50 +02:00
|
|
|
|
|
|
|
EXTRACT_ONLY= # empty
|
|
|
|
NO_CHECKSUM= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
NO_MTREE= yes
|
|
|
|
|
|
|
|
do-install: # empty
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|