1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/comms/freedv/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

31 lines
789 B
Makefile

# $FreeBSD$
PORTNAME= freedv
PORTVERSION= 1.1
CATEGORIES= comms hamradio
MASTER_SITES= http://files.freedv.org/freedv/ \
LOCAL/shurd
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Narrow band digital voice
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 \
libspeexdsp.so:audio/speexdsp
USE_WX= 3.0+
USES= cmake:outsource compiler:c++11-lib tar:xz
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>