mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
21646392b0
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
22 lines
531 B
Makefile
22 lines
531 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= msilbc
|
|
PORTVERSION= 2.0.3
|
|
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/linphone-base \
|
|
libmediastreamer.so:${PORTSDIR}/net/linphone-base \
|
|
libilbc.so:${PORTSDIR}/net/ilbc
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
CONFIGURE_ENV= ILBC_CFLAGS=-I${LOCALBASE}/include/ilbc \
|
|
ILBC_LIBS="-L${LOCALBASE}/lib -lilbc"
|
|
|
|
.include <bsd.port.mk>
|