1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/audio/msilbc/Makefile
Max Brazhnikov 21646392b0 - Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
2013-10-23 13:08:41 +00:00

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>