summaryrefslogtreecommitdiff
path: root/devel/log4shib/Makefile
blob: 2e7b1087a492b4c8666343ec91d9c42d4817621a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>