pkgsrc/devel/log4shib/Makefile
pettai 7468c99456 1.0.6:
* patch to PropertyConfiguratorImpl to prevent leak of root-attached Appenders
2013-06-16 10:01:00 +00:00

26 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/06/16 10:01:00 pettai Exp $
#
DISTNAME= log4shib-1.0.6
CATEGORIES= devel
MASTER_SITES= http://www.shibboleth.net/downloads/log4shib/${PKGVERSION_NOREV}/
MAINTAINER= pettai@NetBSD.org
HOMEPAGE= http://shibboleth.internet2.edu/
COMMENT= C++ library for flexible logging, modeled after Log4j
LICENSE= gnu-lgpl-v2.1
BUILD_DEFS+= VARBASE
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --disable-doxygen
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
USE_LANGUAGES= c c++
PKGCONFIG_OVERRIDE+= log4shib.pc.in
.include "../../mk/bsd.pkg.mk"