1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/textproc/belr/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
454 B
Makefile

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>