Changes: https://github.com/fmtlib/fmt/releases/tag/6.1.2 ABI: https://abi-laboratory.pro/tracker/timeline/fmt
31 lines
564 B
Makefile
31 lines
564 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spdlog
|
|
PORTVERSION= 1.4.2
|
|
DISTVERSIONPREFIX= v
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Super fast C++ logging library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libfmt.so:devel/libfmt
|
|
|
|
USES= cmake compiler:c++11-lib pathfix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gabime
|
|
CMAKE_ON= SPDLOG_FMT_EXTERNAL
|
|
CMAKE_OFF= SPDLOG_BUILD_BENCH
|
|
|
|
post-extract:
|
|
${RM} -r ${WRKSRC}/include/spdlog/fmt/bundled
|
|
|
|
post-patch:
|
|
${RM} ${WRKSRC}/include/spdlog/fmt/*.h.orig
|
|
|
|
.include <bsd.port.mk>
|