2001-05-01 19:30:29 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: log4cpp
|
|
|
|
# Date created: May 1, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= log4cpp
|
2003-08-22 15:37:57 +02:00
|
|
|
PORTVERSION= 0.3.4b
|
2001-05-01 19:30:29 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-06-12 08:35:06 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A library of C++ classes for flexible logging
|
2001-05-01 19:30:29 +02:00
|
|
|
|
2002-06-25 20:36:39 +02:00
|
|
|
USE_REINPLACE= yes
|
2001-05-01 19:30:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-08-22 15:37:57 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2002-10-16 08:48:25 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
2003-08-22 15:37:57 +02:00
|
|
|
CONFIGURE_ARGS= --with-pthreads --disable-html-docs
|
2001-05-01 19:30:29 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2003-08-22 15:37:57 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure
|
|
|
|
|
2001-05-01 19:30:29 +02:00
|
|
|
.include <bsd.port.mk>
|