2015-01-01 13:54:23 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libzrtpcppcore
|
2017-08-14 22:48:24 +02:00
|
|
|
PORTVERSION= 4.6.6
|
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
2018-07-30 00:18:44 +02:00
|
|
|
PORTREVISION= 2
|
2015-01-01 13:54:23 +01:00
|
|
|
DISTVERSIONPREFIX= V
|
2015-01-01 14:42:14 +01:00
|
|
|
CATEGORIES= security
|
2015-01-01 13:54:23 +01:00
|
|
|
|
2015-04-16 21:08:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2015-01-01 13:54:23 +01:00
|
|
|
COMMENT= GNU ZRTP library
|
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= LGPL3+
|
2015-01-01 13:54:23 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= wernerd
|
|
|
|
GH_PROJECT= ZRTPCPP
|
|
|
|
|
2017-06-25 23:07:58 +02:00
|
|
|
USES= cmake:outsource,noninja compiler:c++11-lib
|
2016-01-15 19:31:14 +01:00
|
|
|
USE_CXXSTD= c++11
|
|
|
|
CMAKE_ARGS= -DCORE_LIB:BOOL=ON
|
2015-01-01 13:54:23 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|