588b4fec0e
PR: 55418 Submitted by: Ports Fury
29 lines
679 B
Makefile
29 lines
679 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: log4cpp
|
|
# Date created: May 1, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= log4cpp
|
|
PORTVERSION= 0.3.4b
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library of C++ classes for flexible logging
|
|
|
|
USE_REINPLACE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
|
CONFIGURE_ARGS= --with-pthreads --disable-html-docs
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|