1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/net/libilbc/Makefile
Mark Linimon c5b96b3aa8 Provide more descriptive error messages for ports failing on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2017-04-30 01:12:10 +00:00

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>