1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/log4cpp/Makefile

46 lines
1.3 KiB
Makefile

# Created by: ijliao@FreeBSD.org
# $FreeBSD$
PORTNAME= log4cpp
DISTVERSION= 1.1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}.x%20%28new%29/${PORTNAME}-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= A library of C++ classes for flexible logging
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pthreads --disable-html-docs
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
#.include "Makefile.man"
NO_STAGE= yes
.include <bsd.port.pre.mk>
# doxygen build is BROKEN atm
#.if exists (${LOCALBASE}/bin/doxygen) || !defined (NOPORTDOCS)
#BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
#.else
NOPORTDOCS= true
CONFIGURE_ARGS+= --disable-doxygen
#.endif
#.if !exists (${LOCALBASE}/bin/doxygen) && !defined (NOPORTDOCS)
#pre-everything::
# @${ECHO_CMD}
# @${ECHO_CMD} By default, this port uses doxygen to build its documentation.\
#It currently is not present your system, and if you do not want to install it, abort\
#this build by hitting CTRL+C and re-run the installation with -DNOPORTDOCS | ${FMT} 74
# @${ECHO_CMD}
# @sleep 3
#.endif
post-patch:
@${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>