Files
ports/comms/freedv/Makefile
T
Thomas Zander 8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00

34 lines
852 B
Makefile

# $FreeBSD$
PORTNAME= freedv
DISTVERSION= 1.3.1
PORTREVISION= 5
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 gnome 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>