mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
21 lines
414 B
Makefile
21 lines
414 B
Makefile
# New ports collection makefile for: ilbc
|
|
# Date created: 16 January 2006
|
|
# Whom: 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)
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|