freebsd-ports/textproc/librevenge/Makefile

31 lines
694 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= librevenge
2015-12-27 23:17:22 +01:00
PORTVERSION= 0.0.3
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
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>