2014-06-09 17:38:18 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= librevenge
|
2015-12-27 23:17:22 +01:00
|
|
|
PORTVERSION= 0.0.3
|
2014-06-09 17:38:18 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= SF/libwpd/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= office@FreeBSD.org
|
|
|
|
COMMENT= Base library for writing document import filters
|
|
|
|
|
|
|
|
LICENSE= LGPL21 MPL
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
USES= gmake libtool pathfix tar:xz
|
2014-06-10 12:40:16 +02:00
|
|
|
USE_LDCONFIG= yes
|
2014-06-09 17:38:18 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
|
|
|
CPPFLAGS= -I${LOCALBASE}/include
|
2014-06-10 20:47:58 +02:00
|
|
|
CONFIGURE_ARGS= -disable-werror --disable-tests
|
2014-06-09 17:38:18 +02:00
|
|
|
|
|
|
|
PORTDOCS= *
|
|
|
|
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
|
|
|
DOCS_CONFIGURE_OFF= --without-docs
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|