freebsd-ports/devel/log4cpp/Makefile
Pete Fritchman 58e0aa2069 Fix build on -current with gcc 3.1.
Submitted by:	bento
2002-06-08 05:20:27 +00:00

25 lines
514 B
Makefile

# ex:ts=8
# New ports collection makefile for: log4cpp
# Date created: May 1, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= log4cpp
PORTVERSION= 0.2.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
post-patch:
@${PERL} -pi -e 's, endl, std::endl,g' ${WRKSRC}/tests/Clock.cpp \
${WRKSRC}/tests/testbench.cpp
.include <bsd.port.mk>