freebsd-ports/audio/msilbc/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

21 lines
506 B
Makefile

# $FreeBSD$
PORTNAME= msilbc
PORTVERSION= 2.1.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:net/ortp \
libmediastreamer_base.so:net/mediastreamer \
libilbc.so:net/ilbc
USES= libtool pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ENV= ILBC_CFLAGS=-I${LOCALBASE}/include/ilbc \
ILBC_LIBS="-L${LOCALBASE}/lib -lilbc"
INSTALL_TARGET= install-strip
.include <bsd.port.mk>