1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/audio/msilbc/Makefile
Tijl Coosemans c5f5a1d39d - Move net/linphone-base to replace net/linphone and update to version 3.7.0
- Adjust ports that depended on linphone-base to depend on net/ortp or
  net/mediastreamer instead
- Mark net-im/libjingle deprecated (part of Google Talk)

Approved by:	portmgr (implicit, PORTREVISION bump of unstaged port)
2014-07-14 10:29:38 +00:00

22 lines
528 B
Makefile

# $FreeBSD$
PORTNAME= msilbc
PORTVERSION= 2.0.3
PORTREVISION= 2
CATEGORIES= audio net
MASTER_SITES= SAVANNAH/linphone/plugins/sources/
MAINTAINER= makc@FreeBSD.org
COMMENT= Mediastreamer plugin for the iLBC audio codec
LIB_DEPENDS= libortp.so:${PORTSDIR}/net/ortp \
libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \
libilbc.so:${PORTSDIR}/net/ilbc
USES= libtool pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= ILBC_CFLAGS=-I${LOCALBASE}/include/ilbc \
ILBC_LIBS="-L${LOCALBASE}/lib -lilbc"
.include <bsd.port.mk>