aboutsummaryrefslogtreecommitdiffstats
path: root/net/libilbc/Makefile
blob: 2ca256d1c23bf0ec922c11494cd5baa10a57859a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=   libilbc
DISTVERSIONPREFIX=  v
DISTVERSION=    2.0.2
CATEGORIES= net

MAINTAINER= mva@FreeBSD.org
COMMENT=    Internet Low Bit Rate codec (RFC3951)

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/COPYING

BROKEN_powerpc64=   Does not build

NOT_FOR_ARCHS=  sparc64
NOT_FOR_ARCHS_REASON=   not yet ported to this architecture

CONFLICTS=  ilbc-r[0-9]*

USE_GITHUB= yes
GH_ACCOUNT= TimothyGu

USES=       cmake pathfix
USE_LDCONFIG=   yes

.include <bsd.port.mk>