aboutsummaryrefslogtreecommitdiffstats
path: root/security/libzrtpcppcore/Makefile
blob: a6b38b688f81f3ee39e3208b97d25e83b71a8ee2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   libzrtpcppcore
PORTVERSION=    4.6.4
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:outsource compiler:c++11-lib
USE_CXXSTD= c++11
CMAKE_ARGS= -DCORE_LIB:BOOL=ON
USE_LDCONFIG=   yes

.include <bsd.port.mk>