SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

24
devel/log4cplus/Makefile Normal file
View file

@ -0,0 +1,24 @@
COMMENT= logging API for C++
# XXX tried updating to 2.0.4 but net/kea doesn't exit properly
DISTNAME = log4cplus-1.2.2
EXTRACT_SUFX= .tar.bz2
SHARED_LIBS += log4cplus 3.0 # 0.0
CATEGORIES= devel
HOMEPAGE= http://log4cplus.sourceforge.net/
# Apache License 2.0 + BSD style
PERMIT_PACKAGE= Yes
WANTLIB += c m pthread ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc base-gcc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=log4cplus/}
MODULES= devel/cmake
#CXXFLAGS+= -fPIC
.include <bsd.port.mk>