pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/ham/gnuradio-howto Make use of meta-pkgs/gnuradio/Make...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5aa3ac4351c9
branches:  trunk
changeset: 532129:5aa3ac4351c9
user:      wulf <wulf%pkgsrc.org@localhost>
date:      Sun Aug 12 08:34:05 2007 +0000

description:
Make use of meta-pkgs/gnuradio/Makefile.common

diffstat:

 ham/gnuradio-howto/Makefile |  14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diffs (33 lines):

diff -r 5d9d546cdae3 -r 5aa3ac4351c9 ham/gnuradio-howto/Makefile
--- a/ham/gnuradio-howto/Makefile       Sun Aug 12 08:30:01 2007 +0000
+++ b/ham/gnuradio-howto/Makefile       Sun Aug 12 08:34:05 2007 +0000
@@ -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+= 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"



Home | Main Index | Thread Index | Old Index