# Created by: Alexey Dokuchaev PORTNAME= abseil PORTVERSION= 20210324.0 CATEGORIES= devel MAINTAINER= danfe@FreeBSD.org COMMENT= Abseil Common Libraries (C++) LICENSE= APACHE20 USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_PROJECT= ${PORTNAME}-cpp CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \ -DCMAKE_CXX_STANDARD=17 # force the same highest C++ standard because of ABI differences: see https://github.com/abseil/abseil-cpp/issues/819 PLIST_SUB+= LIBSUFX=${PORTVERSION:C/^..(....).*/\1/}.0.0 .include