707c6bf295
Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine
16 lines
332 B
Makefile
16 lines
332 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= bcmatroska2
|
|
PORTVERSION= 0.23
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= https://www.linphone.org/releases/sources/bcmatroska2/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Belledonne Communications Matroska media container support
|
|
|
|
USES= cmake
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_ARGS= -DENABLE_STATIC=NO
|
|
|
|
.include <bsd.port.mk>
|