summaryrefslogtreecommitdiff
path: root/ham/gnuradio-howto/Makefile
diff options
context:
space:
mode:
authorwulf <wulf>2007-08-08 03:13:37 +0000
committerwulf <wulf>2007-08-08 03:13:37 +0000
commit2e8e75effb2e730254cc275d930bf33192289e2b (patch)
tree4e89fa859cc8a96a921b5dfc6443682a1e59600d /ham/gnuradio-howto/Makefile
parent5e207dbb59d443b5d98aa21ef57f91d56e2ce0b0 (diff)
downloadpkgsrc-2e8e75effb2e730254cc275d930bf33192289e2b.tar.gz
Updated gnuradio-howto to 3.0.4:
* Updated license to GPLv3
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