Lines 12-27
Link Here
|
12 |
|
12 |
|
13 |
LICENSE= GPLv3 |
13 |
LICENSE= GPLv3 |
14 |
|
14 |
|
15 |
BUILD_DEPENDS= sdl-config:devel/sdl12 \ |
15 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ |
16 |
swig3.0:devel/swig30 \ |
16 |
${PYNUMPY} \ |
|
|
17 |
${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${PY_FLAVOR} \ |
18 |
aconnect:audio/alsa-utils \ |
17 |
cheetah:devel/py-cheetah@${PY_FLAVOR} \ |
19 |
cheetah:devel/py-cheetah@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ |
20 |
git:devel/git \ |
19 |
xdg-open:devel/xdg-utils \ |
|
|
20 |
guile:lang/guile \ |
21 |
guile:lang/guile \ |
21 |
aconnect:audio/alsa-utils \ |
22 |
minixmlto:textproc/minixmlto \ |
22 |
git:devel/git \ |
23 |
sdl-config:devel/sdl12 \ |
23 |
${PYNUMPY} \ |
24 |
swig3.0:devel/swig30 \ |
24 |
${PYTHON_SITELIBDIR}/ephem/__init__.py:astro/pyephem@${PY_FLAVOR} |
25 |
xdg-open:devel/xdg-utils |
25 |
LIB_DEPENDS= libcppunit.so:devel/cppunit \ |
26 |
LIB_DEPENDS= libcppunit.so:devel/cppunit \ |
26 |
libcodec2.so:audio/codec2 \ |
27 |
libcodec2.so:audio/codec2 \ |
27 |
libfftw3.so:math/fftw3 \ |
28 |
libfftw3.so:math/fftw3 \ |
Lines 47-59
Link Here
|
47 |
SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ |
48 |
SHEBANG_FILES= grc/scripts/freedesktop/grc_setup_freedesktop.in \ |
48 |
gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ |
49 |
gnuradio-runtime/python/gnuradio/ctrlport/gr-ctrlport-monitor \ |
49 |
gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx |
50 |
gnuradio-runtime/python/gnuradio/ctrlport/gr-perf-monitorx |
50 |
CMAKE_ARGS+= -DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig3.0"\ |
51 |
CMAKE_ARGS+= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" \ |
|
|
52 |
-DENABLE_GR_CTRLPORT="YES" \ |
53 |
-DICONV_LIB:STRING="X${ICONV_LIB}" \ |
51 |
-DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ |
54 |
-DICONV_PREFIX:STRING="${ICONV_PREFIX}" \ |
52 |
-DICONV_LIB:STRING="X${ICONV_LIB}" \ |
|
|
53 |
-DENABLE_GR_CTRLPORT="YES" \ |
54 |
-DLOCALBASE:STRING="${LOCALBASE}" \ |
55 |
-DLOCALBASE:STRING="${LOCALBASE}" \ |
55 |
-DPYTHON_EXECUTABLE:STRING="${PYTHON_CMD}" \ |
56 |
-DPYTHON_EXECUTABLE:STRING="${PYTHON_CMD}" \ |
56 |
-DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" |
57 |
-DSWIG_EXECUTABLE:STRING="${LOCALBASE}/bin/swig3.0"\ |
|
|
58 |
-DXMLTO_EXECUTABLE:STRING=minixmlto |
57 |
# for detailed debugging uncomment the next line |
59 |
# for detailed debugging uncomment the next line |
58 |
#CMAKE_ARGS+= --debug-output --trace |
60 |
#CMAKE_ARGS+= --debug-output --trace |
59 |
MAJOR_SUB_VER= ${PORTVERSION} |
61 |
MAJOR_SUB_VER= ${PORTVERSION} |