mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6975b6c571
PR: 251786 Submitted by: daniel.engberg.lists at pyret dot net
32 lines
584 B
Makefile
32 lines
584 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spdlog
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.8.2
|
|
PORTREVISION= 0
|
|
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_BUILD_SHARED 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>
|