8bd3d37fd6
A simple header-only logging library for C++. Add 'LinkingTo: plogr' to 'DESCRIPTION', and '#include <plogr.h>' in your C++ modules to use it.
14 lines
334 B
Makefile
14 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.1 2018/04/17 15:22:38 minskim Exp $
|
|
|
|
DISTNAME= plogr_0.2.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/krlmlr/plogr\#readme
|
|
COMMENT= The 'plog' C++ Logging Library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../math/R/Makefile.extension"
|
|
.include "../../mk/bsd.pkg.mk"
|