freebsd-ports/textproc/librevenge/Makefile

32 lines
695 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= librevenge
2016-01-16 15:59:20 +01:00
PORTVERSION= 0.0.4
PORTREVISION= 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
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:devel/boost-libs
OPTIONS_DEFINE= DOXYGEN
CPPFLAGS= -I${LOCALBASE}/include
CONFIGURE_ARGS= -disable-werror --disable-tests
PORTDOCS= *
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_CONFIGURE_OFF= --without-docs
.include <bsd.port.mk>