Files
ports/devel/log4shib/Makefile
Palle Girgensohn 71636583ab devel/log4shib: Adjust the license
Although it is stated that all Internet2 software is released under the
Apache-2.0 license, this specific software is a fork of log4cpp that is
released under LGPL-2.1, and LGPL does not permit changing the license
to the more permissive Apache-2.0.

PR:		261661
Submitted by:	Clint Clayton
2025-06-25 13:50:59 +02:00

22 lines
564 B
Makefile

PORTNAME= log4shib
DISTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://shibboleth.net/downloads/${PORTNAME}/${DISTVERSION}/
MAINTAINER= girgen@FreeBSD.org
COMMENT= Library of C++ classes for flexible logging
WWW= https://spaces.internet2.edu/display/SHIB2/log4shib
LICENSE= LGPL21
USES= gmake pathfix pkgconfig libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-html-docs --disable-doxygen --disable-dependency-tracking
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure
.include <bsd.port.mk>