Lines 1-7
Link Here
|
1 |
PORTNAME= belr |
1 |
PORTNAME= belr |
2 |
PORTVERSION= 5.1.32 |
2 |
DISTVERSION= 5.1.32 |
3 |
CATEGORIES= textproc |
3 |
CATEGORIES= textproc |
4 |
MASTER_SITES= https://gitlab.linphone.org/BC/public/${PORTNAME}/-/archive/${PORTVERSION}/ |
4 |
#MASTER_SITES= https://gitlab.linphone.org/BC/public/${PORTNAME}/-/archive/${PORTVERSION}/ |
5 |
|
5 |
|
6 |
MAINTAINER= bofh@FreeBSD.org |
6 |
MAINTAINER= bofh@FreeBSD.org |
7 |
COMMENT= Language recognition library |
7 |
COMMENT= Language recognition library |
Lines 13-18
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
Link Here
|
13 |
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox |
13 |
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox |
14 |
|
14 |
|
15 |
USES= cmake compiler:c++11-lib |
15 |
USES= cmake compiler:c++11-lib |
|
|
16 |
USE_GITLAB= yes |
17 |
GL_SITE= https://gitlab.linphone.org/BC |
18 |
GL_ACCOUNT= public |
19 |
GL_COMMIT= 03d649ca34c715dda11f842ad54d5eb38752086f |
16 |
USE_LDCONFIG= yes |
20 |
USE_LDCONFIG= yes |
17 |
|
21 |
|
18 |
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \ |
22 |
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \ |