18 lines
371 B
Makefile
18 lines
371 B
Makefile
PORTNAME= ilbc
|
|
DISTVERSION= rfc3951
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://simon.morlat.free.fr/download/1.2.x/source/
|
|
|
|
MAINTAINER= asm@asm.kiev.ua
|
|
COMMENT= Internet Low Bit Rate codec (RFC3951)
|
|
WWW= http://www.ilbcfreeware.org/
|
|
|
|
CONFLICTS= libilbc
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|