1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/libilbc/Makefile
Mark Linimon 2ba4e4bdbd Mark as broken on sparc64: not yet ported to this architecture.
Approved by:	portmgr (sparc64 blanket)
2015-09-25 21:21:00 +00:00

26 lines
418 B
Makefile

# $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
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
USE_LDCONFIG= yes
.include <bsd.port.mk>