summaryrefslogtreecommitdiff
path: root/ham/gnuradio-howto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-howto/Makefile')
-rw-r--r--ham/gnuradio-howto/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/ham/gnuradio-howto/Makefile b/ham/gnuradio-howto/Makefile
index 97514be7be6..db18384ae9b 100644
--- a/ham/gnuradio-howto/Makefile
+++ b/ham/gnuradio-howto/Makefile
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.6 2006/11/13 17:24:46 wulf Exp $
+# $NetBSD: Makefile,v 1.7 2007/08/08 03:13:37 wulf Exp $
-VERSION= 3.0.2
DISTNAME= gr-howto-write-a-block-${VERSION}
CATEGORIES= ham
PKGNAME= gnuradio-howto-${VERSION}
-MASTER_SITES?= http://www.gnuradio.org/releases/gnuradio/
COMMENT= Documentation on creating GNU Radio signal processing blocks
-MAINTAINER?= wulf@NetBSD.org
-HOMEPAGE?= http://www.gnu.org/software/gnuradio/
+.include "../../meta-pkgs/gnuradio/Makefile.version"
+
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c c++
+USE_TOOLS+= gmake automake autoconf pkg-config
PY_PATCHPLIST= yes
PYTHON_VERSIONS_ACCEPTED= 24 23