Date: Fri, 9 Sep 2016 10:12:00 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421606 - head/comms/gr-osmosdr Message-ID: <201609091012.u89AC0id022075@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Fri Sep 9 10:12:00 2016 New Revision: 421606 URL: https://svnweb.freebsd.org/changeset/ports/421606 Log: Add Hackrf support Submitted by: ash <ash@aeria.net> Modified: head/comms/gr-osmosdr/Makefile Modified: head/comms/gr-osmosdr/Makefile ============================================================================== --- head/comms/gr-osmosdr/Makefile Fri Sep 9 09:32:11 2016 (r421605) +++ head/comms/gr-osmosdr/Makefile Fri Sep 9 10:12:00 2016 (r421606) @@ -2,7 +2,7 @@ PORTNAME= gr-osmosdr PORTVERSION= 20150716 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms hamradio MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac @@ -29,10 +29,13 @@ CMAKE_ARGS+= -DENABLE_DEFAULT:BOOL=OFF \ -DENABLE_FILE:BOOL=ON \ -DENABLE_PYTHON=ON -OPTIONS_DEFINE= RTLSDR +OPTIONS_DEFINE= RTLSDR HACKRF RTLSDR_DESC= Enable rtl-sdr (RTL2832) support OPTIONS_DEFAULT= RTLSDR RTLSDR_LIB_DEPENDS= librtlsdr.so:comms/rtl-sdr RTLSDR_CMAKE_ON= -DENABLE_RTL:BOOL=ON -DENABLE_RTL_TCP:BOOL=ON +HACKRF_DESC= Enable hackrf one hardware support +HACKRF_LIB_DEPENDS= libhackrf.so:comms/hackrf +HACKRF_CMAKE_ON= -DENABLE_HACKRF:BOOL=ON .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609091012.u89AC0id022075>