[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / ham / gnuradio-core

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/ham/gnuradio-core/Makefile.common between version 1.21 and 1.22

version 1.21, 2019/10/20 11:10:49 version 1.22, 2019/11/03 19:32:07
Line 33 
Line 33 
   
 DISTNAME?=      gnuradio-${VERSION}  DISTNAME?=      gnuradio-${VERSION}
 CATEGORIES+=    ham  CATEGORIES+=    ham
 MASTER_SITES=  http://s3-dist.gnuradio.org/  MASTER_SITES=   http://s3-dist.gnuradio.org/
 MASTER_SITES=  http://gnuradio.org/releases/gnuradio/  MASTER_SITES=   http://gnuradio.org/releases/gnuradio/
   
 MAINTAINER?=    pkgsrc-users@NetBSD.org  MAINTAINER?=    pkgsrc-users@NetBSD.org
 HOMEPAGE?=      http://www.gnu.org/software/gnuradio/  HOMEPAGE?=      http://www.gnu.org/software/gnuradio/
 LICENSE=        gnu-gpl-v3  LICENSE=        gnu-gpl-v3
   
 USE_LANGUAGES=  c c++  USE_LANGUAGES=          c c++
 USE_TOOLS=      perl gmake cmake pkg-config  USE_TOOLS=              perl gmake cmake pkg-config
 USE_CMAKE=      yes  USE_CMAKE=              yes
 LDFLAGS.NetBSD+= -lrt  LDFLAGS.NetBSD+=        -lrt
   
   
 DEPENDS+=       ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah  DEPENDS+=       ${PYPKGPREFIX}-cheetah-[0-9]*:../../devel/py-cheetah
Line 55  DEPENDS+= ${PYPKGPREFIX}-qwt-qt4-[0-9]*:
Line 55  DEPENDS+= ${PYPKGPREFIX}-qwt-qt4-[0-9]*:
 DISTINFO_FILE=          ${.CURDIR}/../../ham/gnuradio-core/distinfo  DISTINFO_FILE=          ${.CURDIR}/../../ham/gnuradio-core/distinfo
 PATCHDIR=               ${.CURDIR}/../../ham/gnuradio-core/patches  PATCHDIR=               ${.CURDIR}/../../ham/gnuradio-core/patches
   
 PYTHON_VERSIONS_ACCEPTED=    27 # not yet ported as of 3.3.0  PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.3.0
 PLIST_SUBST+=   PYVERSSUFFIX=${PYVERSSUFFIX}  PLIST_SUBST+=   PYVERSSUFFIX=${PYVERSSUFFIX}
 PLIST_SUBST+=   PYSITELIB=${PYSITELIB}  PLIST_SUBST+=   PYSITELIB=${PYSITELIB}
 PY_PATCHPLIST=  yes  PY_PATCHPLIST=  yes

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

CVSweb <webmaster@jp.NetBSD.org>