diff options
author | wulf <wulf@pkgsrc.org> | 2007-08-12 08:34:05 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2007-08-12 08:34:05 +0000 |
commit | 894b0e0b66b8a97f478d7ba693a6cc687b892d70 (patch) | |
tree | e32669456a080287f14fbd975cdb3b3451bc8328 /ham | |
parent | ad60de45f6cd9b660c263490281a60c8c2d1854f (diff) | |
download | pkgsrc-894b0e0b66b8a97f478d7ba693a6cc687b892d70.tar.gz |
Make use of meta-pkgs/gnuradio/Makefile.common
Diffstat (limited to 'ham')
-rw-r--r-- | ham/gnuradio-howto/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/ham/gnuradio-howto/Makefile b/ham/gnuradio-howto/Makefile index db18384ae9b..517f390e57d 100644 --- a/ham/gnuradio-howto/Makefile +++ b/ham/gnuradio-howto/Makefile @@ -1,16 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2007/08/08 03:13:37 wulf Exp $ +# $NetBSD: Makefile,v 1.8 2007/08/12 08:34:05 wulf Exp $ DISTNAME= gr-howto-write-a-block-${VERSION} CATEGORIES= ham PKGNAME= gnuradio-howto-${VERSION} COMMENT= Documentation on creating GNU Radio signal processing blocks -.include "../../meta-pkgs/gnuradio/Makefile.version" - -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ -USE_TOOLS+= gmake automake autoconf pkg-config +.include "../../meta-pkgs/gnuradio/Makefile.common" PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 24 23 @@ -19,10 +14,5 @@ PYTHON_PATCH_SCRIPTS+= src/python/qa_howto.py PYTHON_PATCH_SCRIPTS+= doc/qa_howto_1.py PYTHON_PATCH_SCRIPTS+= doc/make_numbered_listing.py -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -USE_LANGUAGES= c c++ -USE_TOOLS+= gmake automake autoconf pkg-config - .include "../../ham/gnuradio-core/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |