freebsd-ports/textproc/libepubgen/Makefile
Gerald Pfeifer a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00

45 lines
1.3 KiB
Makefile

# $FreeBSD$
PORTNAME= libepubgen
PORTVERSION= 0.1.0
PORTREVISION= 5
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= greg@unrelenting.technology
COMMENT= Library for generating documents in ePub format
LICENSE= MPL20
LIB_DEPENDS= librevenge-0.0.so:textproc/librevenge
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string/classification.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/algorithm/string/join.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/algorithm/string/split.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/algorithm/string/trim.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/assign/list_of.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/cstdint.hpp:devel/boost-libs \
${LOCALBASE}/include/boost/functional/hash.hpp:devel/boost-libs
CONFIGURE_ARGS= --disable-werror
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
USES= compiler:c++11-lang libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS DOXYGEN TEST
OPTIONS_DEFAULT=
OPTIONS_SUB= yes
TEST_TARGET= check
TEST_LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libcppunit.so:devel/cppunit
TEST_CONFIGURE_ENABLE= tests
PORTDOCS= *
DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen
DOXYGEN_CONFIGURE_OFF= --without-docs
DOXYGEN_IMPLIES= DOCS
.include <bsd.port.mk>