freebsd-ports/security/libzrtpcppcore/Makefile
Tobias C. Berner 707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00

24 lines
410 B
Makefile

# $FreeBSD$
PORTNAME= libzrtpcppcore
PORTVERSION= 4.6.6
PORTREVISION= 3
DISTVERSIONPREFIX= V
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org
COMMENT= GNU ZRTP library
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= wernerd
GH_PROJECT= ZRTPCPP
USES= cmake:noninja compiler:c++11-lib
USE_CXXSTD= c++11
CMAKE_ARGS= -DCORE_LIB:BOOL=ON
USE_LDCONFIG= yes
.include <bsd.port.mk>