- Fix build with Boost 1.59 and later. [1]
- Remove LGPL21 from LICENSE. - Make portlint happy. PR: 207016 [1]
This commit is contained in:
parent
da7ab928ba
commit
69e5ced4fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409567
2 changed files with 10 additions and 10 deletions
|
@ -2,31 +2,31 @@
|
|||
|
||||
PORTNAME= libe-book
|
||||
PORTVERSION= 0.1.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/libebook/${PORTNAME}-${PORTVERSION}/
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Library for import of reflowable e-book formats
|
||||
|
||||
LICENSE= LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
LICENSE= MPL
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/algorithm/string.hpp:${PORTSDIR}/devel/boost-libs
|
||||
LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu \
|
||||
librevenge-0.0.so:${PORTSDIR}/textproc/librevenge
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
USE_GNOME= libxml2
|
||||
|
||||
USES= gmake gperf libtool pathfix pkgconfig tar:xz
|
||||
USES= compiler:c++11-lang gmake gperf libtool pathfix pkgconfig \
|
||||
tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ZLIB_CFLAGS="-DWEHAVEZLIBINBASE" ZLIB_LIBS="-DWEDOHAVEIT"
|
||||
INSTALL_TARGET= install-strip
|
||||
CONFIGURE_ARGS= --disable-werror --disable-tests
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -DBOOST_ERROR_CODE_HEADER_ONLY
|
||||
|
||||
PORTDOCS= *
|
||||
DOCS_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- ./libe-book.pc.in.orig 2014-05-24 15:06:06.000000000 +0200
|
||||
+++ ./libe-book.pc.in 2014-06-10 15:47:26.723536905 +0200
|
||||
@@ -10,4 +10,4 @@
|
||||
--- libe-book.pc.in.orig 2014-06-27 10:20:12 UTC
|
||||
+++ libe-book.pc.in
|
||||
@@ -10,4 +10,4 @@ Requires: librevenge-0.0 librevenge-stre
|
||||
Libs: -L${libdir} -le-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
|
||||
Cflags: -I${includedir}/libe-book-@EBOOK_MAJOR_VERSION@.@EBOOK_MINOR_VERSION@
|
||||
|
||||
|
|
Loading…
Reference in a new issue