Files
ports/www/oatpp/Makefile
T
Po-Chuan Hsieh ffc5f84e80 www/oatpp: Add oatpp 1.3.1
Oat++ is a modern Web Framework for C++. It's fully loaded and contains all the
necessary components for effective production-level development. It's also light
and has a small memory footprint.
2025-09-30 18:50:38 +08:00

42 lines
921 B
Makefile

PORTNAME= oatpp
PORTVERSION= 1.3.1
CATEGORIES= www
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Light and powerful C++ web framework
WWW= https://oatpp.io/ \
https://github.com/oatpp/oatpp
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake:testing compiler:c++11-lang
CMAKE_OFF= OATPP_BUILD_TESTS \
OATPP_COMPAT_BUILD_NO_SET_AFFINITY \
OATPP_COMPAT_BUILD_NO_THREAD_LOCAL \
OATPP_DISABLE_LOGD \
OATPP_DISABLE_LOGE \
OATPP_DISABLE_LOGI \
OATPP_DISABLE_LOGV \
OATPP_DISABLE_LOGW \
OATPP_DISABLE_POOL_ALLOCATIONS \
OATPP_LINK_ATOMIC \
OATPP_LINK_TEST_LIBRARY \
OATPP_MSVC_LINK_STATIC_RUNTIME
CMAKE_ON= BUILD_SHARED_LIBS \
OATPP_DISABLE_ENV_OBJECT_COUNTERS \
OATPP_INSTALL
CMAKE_TESTING_ON= \
OATPP_BUILD_TESTS \
OATPP_DISABLE_ENV_OBJECT_COUNTERS \
OATPP_LINK_TEST_LIBRARY
PLIST_SUB= OATPP_VERSION=${OATPP_VERSION}
OATPP_VERSION= 1.3.0
USE_GITHUB= yes
.include <bsd.port.mk>