mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2d8b17ea39
With hat: portmgr
19 lines
362 B
Makefile
19 lines
362 B
Makefile
# Created by: Alex Miller <asm@asm.kiev.ua>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ilbc
|
|
DISTVERSION= rfc3951
|
|
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]*
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|