mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
20 lines
388 B
Makefile
20 lines
388 B
Makefile
# Created by: Alex Miller <asm@asm.kiev.ua>
|
|
|
|
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)
|
|
|
|
CONFLICTS= libilbc-[0-9]*
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= libtool
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|