aboutsummaryrefslogtreecommitdiff
path: root/textproc/belr/Makefile
blob: 7b96846c636c70d48a58a00f9a001f8d559d7d77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	belr
PORTVERSION=	0.1.3
PORTREVISION=	2
CATEGORIES=	textproc
MASTER_SITES=	https://www.linphone.org/releases/sources/belr/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Language recognition library

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libbctoolbox.so:net/bctoolbox

USES=		cmake compiler:c++11-lib
USE_LDCONFIG=	yes

CMAKE_ARGS=	-DENABLE_STATIC=NO -DENABLE_STRICT=NO
WRKSRC=		${WRKDIR}/${DISTNAME}-0

.include <bsd.port.mk>