2008-04-25 22:39:06 +02:00
|
|
|
# $NetBSD: Makefile.common,v 1.12 2008/04/25 20:39:10 joerg Exp $
|
2005-10-08 00:50:50 +02:00
|
|
|
#
|
|
|
|
# This Makefile fragment is included at the top of package Makefiles for
|
|
|
|
# GNU Radio distributed packages (they all share common configure and build
|
|
|
|
# settings).
|
|
|
|
|
2006-11-13 17:19:40 +01:00
|
|
|
.include "../../meta-pkgs/gnuradio/Makefile.version"
|
|
|
|
|
2007-08-08 04:55:13 +02:00
|
|
|
DISTNAME?= gnuradio-${VERSION}
|
2005-10-08 00:50:50 +02:00
|
|
|
CATEGORIES+= ham
|
2006-11-13 17:19:40 +01:00
|
|
|
MASTER_SITES?= http://gnuradio.org/releases/gnuradio/
|
2005-10-08 00:50:50 +02:00
|
|
|
|
|
|
|
MAINTAINER?= wulf@NetBSD.org
|
|
|
|
HOMEPAGE?= http://www.gnu.org/software/gnuradio/
|
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2006-07-22 06:46:13 +02:00
|
|
|
USE_LANGUAGES= c c++
|
2005-10-08 00:50:50 +02:00
|
|
|
USE_TOOLS+= gmake automake autoconf pkg-config
|
|
|
|
|
2007-04-04 18:05:44 +02:00
|
|
|
BUILD_DEPENDS+=doxygen>=1.5.1:../../devel/doxygen
|
2005-10-08 00:50:50 +02:00
|
|
|
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
|
2007-09-18 08:40:36 +02:00
|
|
|
#LICENSE= gplv3
|
|
|
|
|
2007-02-22 20:26:05 +01:00
|
|
|
EGDIR= ${PREFIX}/share/examples/gnuradio/conf.d
|
2006-04-27 05:20:34 +02:00
|
|
|
PKG_SYSCONFSUBDIR=gnuradio/conf.d
|
|
|
|
|
2006-11-13 17:19:40 +01:00
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples
|
|
|
|
CONFIGURE_ARGS+= --disable-all-components
|
2005-10-08 00:50:50 +02:00
|
|
|
|
2007-08-08 04:55:13 +02:00
|
|
|
pre-configure:
|
2007-08-12 10:30:01 +02:00
|
|
|
.if empty(PKGNAME:Mgnuradio-howto-*)
|
2007-08-08 04:55:13 +02:00
|
|
|
cd ${WRKSRC} && ./bootstrap
|
2007-08-12 10:30:01 +02:00
|
|
|
.endif
|
2007-08-08 04:55:13 +02:00
|
|
|
|
2005-10-08 00:50:50 +02:00
|
|
|
.include "../../mk/bsd.prefs.mk"
|