31 lines
766 B
Makefile
31 lines
766 B
Makefile
PORTNAME= librist
|
|
DISTVERSION= 0.2.0-RC6.20210420
|
|
CATEGORIES= multimedia
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Library for Reliable Internet Stream Transport (RIST) protocol
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcjson.so:devel/libcjson \
|
|
libmbedcrypto.so:security/mbedtls
|
|
|
|
USES= localbase:ldflags meson pkgconfig
|
|
USE_GITLAB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
GL_SITE= https://code.videolan.org
|
|
GL_ACCOUNT= rist
|
|
GL_COMMIT= 113acf656930f17ef216cd84e008d997c71b46c5
|
|
|
|
MESON_ARGS= -Dtest=false
|
|
|
|
do-test:
|
|
@cd ${WRKSRC} && \
|
|
${RM} -r _build && \
|
|
${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true && \
|
|
cd ${BUILD_WRKSRC} && \
|
|
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
|
|
|
|
.include <bsd.port.mk>
|