aboutsummaryrefslogtreecommitdiff
path: root/devel/log4cpp/Makefile
blob: f88245ad757b66d16ca85d526ff211bc17daf265 (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
27
28
29
30
PORTNAME=	log4cpp
PORTVERSION=	1.1.4
CATEGORIES=	devel
MASTER_SITES=	SF/log4cpp/log4cpp-1.1.x%20%28new%29/log4cpp-1.1

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Library of C++ classes for flexible logging
WWW=		https://log4cpp.sourceforge.net/

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		compiler:c++11-lang gmake libtool pathfix

CONFIGURE_ARGS=	--disable-dot --disable-doxygen --disable-html-docs --disable-latex-docs
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes
WRKSRC=		${WRKDIR}/log4cpp

OPTIONS_DEFINE=	DOXYGEN
OPTIONS_SUB=	yes

DOXYGEN_BUILD_DEPENDS=		doxygen:devel/doxygen
DOXYGEN_CONFIGURE_ENABLE=	doxygen

post-patch:
	@${RM} ${WRKSRC}/doc/Doxyfile.in.orig ${WRKSRC}/doc/Makefile.in.orig

.include <bsd.port.mk>