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