mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
c5b96b3aa8
Approved by: portmgr (tier-2 blanket)
26 lines
438 B
Makefile
26 lines
438 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libilbc
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.0.2
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Internet Low Bit Rate codec (RFC3951)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
NOT_FOR_ARCHS= powerpc64 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>
|