mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
a21e0369fa
Approved by: portmgr blanket
22 lines
494 B
Makefile
22 lines
494 B
Makefile
# Created by: vanilla
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= log4shib
|
|
DISTVERSION= 1.0.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://shibboleth.net/downloads/${PORTNAME}/${DISTVERSION}/
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Library of C++ classes for flexible logging
|
|
|
|
USES= gmake pathfix pkgconfig libtool
|
|
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>
|