aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/librevenge/Makefile
blob: f348f73d3b6a77f69738c0ac5a50ff04cf1b595a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# $FreeBSD$

PORTNAME=   librevenge
PORTVERSION=    0.0.1
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
USE_LDCONFIG=   yes
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
CONFIGURE_ARGS= -disable-werror --disable-tests

PORTDOCS=   *
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
DOCS_CONFIGURE_OFF= --without-docs

.include <bsd.port.mk>