mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
audio/msilbc: convert to USES=libtool
This commit is contained in:
parent
4870b5f618
commit
53bccc01a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353781
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= msilbc
|
||||
PORTVERSION= 2.0.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio net
|
||||
MASTER_SITES= SAVANNAH/linphone/plugins/sources/
|
||||
|
||||
@ -12,9 +13,8 @@ LIB_DEPENDS= libortp.so:${PORTSDIR}/net/linphone-base \
|
||||
libmediastreamer.so:${PORTSDIR}/net/linphone-base \
|
||||
libilbc.so:${PORTSDIR}/net/ilbc
|
||||
|
||||
USES= pkgconfig
|
||||
USES= libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
CONFIGURE_ENV= ILBC_CFLAGS=-I${LOCALBASE}/include/ilbc \
|
||||
ILBC_LIBS="-L${LOCALBASE}/lib -lilbc"
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
lib/mediastreamer/plugins/libmsilbc.a
|
||||
lib/mediastreamer/plugins/libmsilbc.la
|
||||
lib/mediastreamer/plugins/libmsilbc.so
|
||||
lib/mediastreamer/plugins/libmsilbc.so.0
|
||||
lib/mediastreamer/plugins/libmsilbc.so.0.0.0
|
||||
@dirrmtry lib/mediastreamer/plugins
|
||||
@dirrmtry lib/mediastreamer
|
||||
|
Loading…
Reference in New Issue
Block a user