1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/log4shib/Makefile
Baptiste Daroussin a05b089c51 Support stage
2014-01-23 00:40:35 +00:00

22 lines
493 B
Makefile

# Created by: vanilla
# $FreeBSD$
PORTNAME= log4shib
DISTVERSION= 1.0.7
CATEGORIES= devel
MASTER_SITES= http://shibboleth.net/downloads/${PORTNAME}/${DISTVERSION}/
MAINTAINER= girgen@FreeBSD.org
COMMENT= Library of C++ classes for flexible logging
USE_AUTOTOOLS= libtool
USES= gmake pathfix pkgconfig
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-html-docs --disable-doxygen
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure
.include <bsd.port.mk>