pkgsrc/meta-pkgs/gnuradio/Makefile.common
joerg a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00

38 lines
986 B
Makefile

# $NetBSD: Makefile.common,v 1.12 2008/04/25 20:39:10 joerg Exp $
#
# This Makefile fragment is included at the top of package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
.include "../../meta-pkgs/gnuradio/Makefile.version"
DISTNAME?= gnuradio-${VERSION}
CATEGORIES+= ham
MASTER_SITES?= http://gnuradio.org/releases/gnuradio/
MAINTAINER?= wulf@NetBSD.org
HOMEPAGE?= http://www.gnu.org/software/gnuradio/
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake automake autoconf pkg-config
BUILD_DEPENDS+=doxygen>=1.5.1:../../devel/doxygen
PY_PATCHPLIST= yes
#LICENSE= gplv3
EGDIR= ${PREFIX}/share/examples/gnuradio/conf.d
PKG_SYSCONFSUBDIR=gnuradio/conf.d
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/share/examples
CONFIGURE_ARGS+= --disable-all-components
pre-configure:
.if empty(PKGNAME:Mgnuradio-howto-*)
cd ${WRKSRC} && ./bootstrap
.endif
.include "../../mk/bsd.prefs.mk"