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-01-02 19:39:12 +01:00
|
|
|
PORTVERSION= 0.3.4
|
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
|
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
|
2002-03-03 06:46:11 +01:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2002-10-16 08:48:25 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
|
|
|
CONFIGURE_ARGS= --with-pthreads
|
2001-05-01 19:30:29 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|