freebsd-ports/comms/gr-osmosdr/files/gnuradio-osmosdr.pc.in
Ganael LAPLANCHE 095404145a Update comms/gr-osmosdr to 0.2.0 and bump dependent ports' revisions
Note that Python support has been disabled because gr-osmosdr now requires
Python 3 while Gnuradio still uses Python 2. Python support will be re-enabled
once Gnuradio switches to Python 3.
2020-02-21 17:57:33 +00:00

15 lines
405 B
PkgConfig

prefix=%%PREFIX%%
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: gnuradio-osmosdr
Description: GNU Radio block for various radio hardware
URL: http://sdr.osmocom.org/trac/wiki/GrOsmoSDR
Version: v%%VERSION%%
Requires: gnuradio-runtime gnuradio-blocks
Requires.private:
Conflicts:
Cflags: -I${includedir}
Libs: -L${libdir} -lgnuradio-osmosdr
Libs.private: -L${libdir}