blob: 959f26ec6dc225deefc36e06df4f5cf49e11870f (
plain)
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.7
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ logging library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake 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>
|