20 lines
331 B
Makefile
20 lines
331 B
Makefile
# Created by: vanilla@
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= spdlog
|
|
PORTVERSION= 1.1.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= Super fast C++ logging library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= gabime
|
|
|
|
USES= cmake compiler:c++11-lib pathfix
|
|
|
|
.include <bsd.port.mk>
|