1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/comms/libcodec2/Makefile
Diane Bruce af5004d2e2 Mark for removal in two months since port conflicts with prior existing
audio/codec2	(Noted by Maintainer)
Note conflict with codec2

PR:		ports/210186
Submitted by:	Maintainer
Reported by:	takefu@
Approved by:	takefu@
2016-10-03 13:21:08 +00:00

26 lines
531 B
Makefile

# Created by: Takefu <takefu@airport.fm>
# $FreeBSD$
PORTNAME= libcodec2
PORTVERSION= 0.5
CATEGORIES= comms hamradio
MASTER_SITES= http://files.freedv.org/codec2/
DISTNAME= codec2-${PORTVERSION}
MAINTAINER= takefu@airport.fm
COMMENT= Codec 2 speech codec
LICENSE= LGPL21
LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
DEPRECATED= Duplicate port use `audio/codec2` instead
EXPIRATATION_DATE= 2016-12-03
CONFLICTS= codec2-*
BROKEN_powerpc64= Does not build
USE_LDCONFIG= yes
USES= cmake:outsource tar:xz
.include <bsd.port.mk>