freebsd-ports/net/libilbc/Makefile
Neel Chauhan f4ee943fba Set MAINTAINER of my ports to my FreeBSD handle (nc@).
Reviewed by:		0mp (mentor)
Approved by:		0mp (mentor)
Differential Revision:	https://reviews.freebsd.org/D27966
2021-01-05 15:33:39 +00:00

25 lines
525 B
Makefile

# $FreeBSD$
PORTNAME= libilbc
DISTVERSION= 3.0.4
CATEGORIES= net
MASTER_SITES= https://github.com/TimothyGu/${PORTNAME}/releases/download/v${DISTVERSION}/
MAINTAINER= nc@FreeBSD.org
COMMENT= Internet Low Bit Rate codec (RFC3951)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libabsl_base.so:devel/abseil
USES= cmake localbase pathfix
USE_LDCONFIG= yes
CONFLICTS= ilbc-r[0-9]*
post-patch:
${RM} -rf ${WRKSRC}/abseil-cpp
${LN} -s ${PREFIX}/include/absl ${WRKSRC}/abseil-cpp
.include <bsd.port.mk>