Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-23 00:41:11 +00:00
parent a05b089c51
commit aeb4851c6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340771

View File

@ -7,17 +7,15 @@ CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}.x%20%28new%29/${PORTNAME}-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= A library of C++ classes for flexible logging
COMMENT= Library of C++ classes for flexible logging
USES= gmake pathfix
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pthreads --disable-html-docs
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
#.include "Makefile.man"
NO_STAGE= yes
.include <bsd.port.pre.mk>
# doxygen build is BROKEN atm
@ -40,6 +38,5 @@ CONFIGURE_ARGS+= --disable-doxygen
post-patch:
@${REINPLACE_CMD} -e 's| -pedantic||g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' ${WRKSRC}/Makefile.in
.include <bsd.port.post.mk>