mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
03eac77c10
New version of wxWidgets in tree
47 lines
1.2 KiB
Makefile
47 lines
1.2 KiB
Makefile
PORTNAME= cubicsdr
|
|
PORTVERSION= 0.2.5
|
|
PORTREVISION= 13
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= SDR receiver using liquidsdr
|
|
WWW= https://cubicsdr.readthedocs.io/en/latest/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYNUMPY} \
|
|
${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri
|
|
LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \
|
|
libliquid.so:comms/liquid-dsp \
|
|
libpulse.so:audio/pulseaudio \
|
|
libhamlib.so:comms/hamlib
|
|
|
|
USES= cmake:noninja compiler:c++11-lib gl python
|
|
USE_WX= 3.2
|
|
USE_GL+= egl glu
|
|
|
|
OPTIONS_DEFINE= HAMLIB
|
|
HAMLIB_DESC= Support rig control via hamlib
|
|
OPTIONS_DEFAULT= HAMLIB
|
|
# for detailed debugging uncomment the next line
|
|
#CMAKE_ARGS+= --debug-output --trace
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PORT_OPTIONS:MHAMLIB}
|
|
LIB_DEPENDS+= libhamlib.so:comms/hamlib
|
|
CMAKE_ARGS+= -DUSE_HAMLIB=1
|
|
.endif
|
|
|
|
CMAKE_ARGS+= -DwxWidgets_CONFIG_EXECUTABLE=${LOCALBASE}/bin/wxgtk3u-3.2-config
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= cjcliffe
|
|
GH_PROJECT= CubicSDR
|
|
GH_TAGNAME= 0248e5a
|
|
#
|
|
# N.B. modem from liquidsp was renamed to modemcf Fri Nov 12, 2021
|
|
# our port liquidsp is not synced with Master hence we are stuck here for now. -db
|
|
|
|
.include <bsd.port.post.mk>
|