aboutsummaryrefslogtreecommitdiff
path: root/net/ilbc/Makefile
blob: 0ca503ed0c210557032366914a28ce2e59fee71e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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:15
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes

.include <bsd.port.mk>