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
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 4
|
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
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake: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>
|