summaryrefslogtreecommitdiff
path: root/meta-pkgs/gnuradio/Makefile.common
diff options
context:
space:
mode:
authorwulf <wulf>2006-11-13 16:19:40 +0000
committerwulf <wulf>2006-11-13 16:19:40 +0000
commita8094a5d3705a4e283036163b546cfd2d75a2dcf (patch)
treef95b7350d0d58ea4ce251f8ba4f33b18790a1333 /meta-pkgs/gnuradio/Makefile.common
parent50ab1b11093e78d73b1b21525a62ec280ce9881d (diff)
downloadpkgsrc-a8094a5d3705a4e283036163b546cfd2d75a2dcf.tar.gz
Updated gnuradio to version 3.0.2:
There are too many new features and bugfixes since the last release of GNU Radio version 2.8. Please consult http://gnuradio.org/trac for details. The following modules were added to this meta-pkgs/gnuradio: * gnuradio-audio-jack * gnuradio-audio-portaudio * gnuradio-core-docs * gnuradio-radio-astronomy * gnuradio-trellis * gnuradio-video-sdl * usrp-docs
Diffstat (limited to 'meta-pkgs/gnuradio/Makefile.common')
-rw-r--r--meta-pkgs/gnuradio/Makefile.common12
1 files changed, 8 insertions, 4 deletions
diff --git a/meta-pkgs/gnuradio/Makefile.common b/meta-pkgs/gnuradio/Makefile.common
index ecb7be04f47..865839ebe97 100644
--- a/meta-pkgs/gnuradio/Makefile.common
+++ b/meta-pkgs/gnuradio/Makefile.common
@@ -1,15 +1,19 @@
-# $NetBSD: Makefile.common,v 1.5 2006/07/22 04:46:16 rillig Exp $
+# $NetBSD: Makefile.common,v 1.6 2006/11/13 16:19:40 wulf Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
+.include "../../meta-pkgs/gnuradio/Makefile.version"
+
+DISTNAME= gnuradio-${VERSION}
CATEGORIES+= ham
-MASTER_SITES?= ${MASTER_SITE_GNU:=gnuradio/}
+MASTER_SITES?= http://gnuradio.org/releases/gnuradio/
MAINTAINER?= wulf@NetBSD.org
HOMEPAGE?= http://www.gnu.org/software/gnuradio/
+
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
@@ -23,7 +27,7 @@ PYTHON_VERSIONS_ACCEPTED= 24 23
EGDIR= ${PREFIX}/share/examples/gnuradio/conf.d
PKG_SYSCONFSUBDIR=gnuradio/conf.d
-pre-configure:
- cd ${WRKSRC}; ./bootstrap
+CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples
+CONFIGURE_ARGS+= --disable-all-components
.include "../../mk/bsd.prefs.mk"