as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
34 lines
846 B
Makefile
34 lines
846 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= freedv
|
|
DISTVERSION= 1.3.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= https://hobbes1069.fedorapeople.org/freetel/freedv/
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Narrow band digital voice
|
|
|
|
LICENSE= LGPL21
|
|
|
|
LIB_DEPENDS= libcodec2.so:audio/codec2 \
|
|
libportaudio.so:audio/portaudio \
|
|
libhamlib.so:comms/hamlib \
|
|
libsamplerate.so:audio/libsamplerate \
|
|
libsox.so:audio/sox \
|
|
libsndfile.so:audio/libsndfile \
|
|
libspeex.so:audio/speex \
|
|
libspeexdsp.so:audio/speexdsp
|
|
|
|
USES= cmake compiler:c++11-lib tar:xz
|
|
USE_WX= 3.0+
|
|
CMAKE_ARGS+= -DCODEC2_INCLUDE_DIRS=${LOCALBASE}/include/codec2 \
|
|
-DCODEC2_LIBRARY=${LOCALBASE}/lib/libcodec2.so \
|
|
-DUSE_STATIC_CODEC2=FALSE \
|
|
-DUSE_STATIC_PORTAUDIO=FALSE \
|
|
-DUSE_STATIC_SOX=FALSE \
|
|
-DUSE_STATIC_SPEEXDSP=FALSE
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|