Files
ports/textproc/belr/Makefile
T

29 lines
572 B
Makefile

PORTNAME= belr
DISTVERSION= 5.4.121
CATEGORIES= textproc
MAINTAINER= bofh@FreeBSD.org
COMMENT= Language recognition library
WWW= https://gitlab.linphone.org/BC/public/belr
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libbcunit.so:devel/bcunit
USES= cmake compiler:c++17-lang dos2unix
DOS2UNIX_FILES= ${WRKSRC}/CMakeLists.txt
USE_GITLAB= yes
GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
USE_LDCONFIG= yes
CMAKE_ON= BUILD_SHARED_LIBS
LDFLAGS+= -lpthread
PORTSCOUT= ignore:1
.include <bsd.port.mk>