24 lines
676 B
Makefile
24 lines
676 B
Makefile
PORTNAME= googletest
|
|
PORTVERSION= 1.13.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Framework for writing C++ tests on a variety of platforms
|
|
WWW= https://google.github.io/googletest/ \
|
|
https://github.com/google/googletest
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake:testing compiler:c++14-lang python:test
|
|
|
|
CMAKE_OFF= gmock_build_tests gtest_build_samples gtest_build_tests gtest_disable_pthreads gtest_hide_internal_symbols
|
|
CMAKE_ON= BUILD_GMOCK BUILD_SHARED_LIBS INSTALL_GTEST
|
|
CMAKE_TESTING_ON= gmock_build_tests gtest_build_tests
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= google
|
|
|
|
.include <bsd.port.mk>
|