summaryrefslogtreecommitdiff
path: root/devel/easyloggingpp/Makefile
blob: ab2326113941961eb1171fddd88af7a1af81be1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $FreeBSD$

PORTNAME=	easyloggingpp
DISTVERSIONPREFIX=	v
DISTVERSION=	9.96.4
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	C++ logging library

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		cmake:outsource compiler:c++11-lang
USE_GITHUB=	yes
GH_ACCOUNT=	muflihun
USE_LDCONFIG=	yes
CMAKE_ON=	build_shared_lib  # patched in, requested such option in https://github.com/muflihun/easyloggingpp/issues/603

PLIST_FILES=	include/easylogging++.h \
		include/easylogging++.cc \
		lib/libeasyloggingpp.so \
		libdata/pkgconfig/easyloggingpp.pc

.include <bsd.port.mk>